renan1010 escreveu:
execute o comando
# blkid
veja qual o UUID da partição e modifique la no fstab, apague o UUID e coloque o /dev/sda"X"
onde "X" eh o numero da partição
deixei assim :
# /etc/fstab: static file system information.
#
# Use 'blkid' 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/sda2 during installation
/dev/sda2 / ext3 defaults 0 1
# /home was on /dev/sda3 during installation
UUID=130811a8-2269-4397-adfa-5654f3561a8d /home ext3 defaults 0 2
# /storage was on /dev/sda1 during installation
UUID=0cb6d361-2813-4ef4-b46b-29ab642d8aa5 /storage ext3 defaults 0 2
# swap was on /dev/sda4 during installation
UUID=9287a890-75e6-4c95-bbf5-07416ab4a108 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
mas mesmo assim no df -h , aparece a UUID ainda.