Вот fstab, ни чего в нем не трогал...
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda6 during installation
UUID=f21c29b2-c9b5-47b9-87ef-6e906624145f / reiserfs notail,relatime 0 1
# /home was on /dev/sda7 during installation
UUID=66f56734-a508-436e-a3c7-a08feea6a991 /home reiserfs relatime 0 2
# /mnt/linux was on /dev/sdb1 during installation
UUID=a24c58b3-282d-4dad-bd14-2d0e56887bed /mnt/linux reiserfs relatime 0 2
# /mnt/media was on /dev/sdc1 during installation
UUID=d0f9e244-8d0a-4300-89ca-cec4a57ac246 /mnt/media reiserfs relatime 0 2
# swap was on /dev/sda5 during installation
UUID=50a9fb2d-fb23-4b57-b917-47b89133f53c none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0