Questo è il mio /etc/fstab
Codice: Seleziona tutto
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sda7 during installation
UUID=1ec5f119-238c-41ec-a63b-7df94b90f75d / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=aa5f7e60-602b-470a-8f13-cba2030e1b51 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=98f3977c-8e99-4347-bad0-9ff1266e0e9b none swap sw 0 0
Codice: Seleziona tutto
/etc/initramfs-tools/conf.d/resume
RESUME=UUID=98f3977c-8e99-4347-bad0-9ff1266e0e9b
Codice: Seleziona tutto
ls -l
totale 0
lrwxrwxrwx 1 root root 10 2011-11-22 18:53 10F8E3EFF8E3D0D0 -> ../../sda2
lrwxrwxrwx 1 root root 10 2011-11-22 18:53 1ec5f119-238c-41ec-a63b-7df94b90f75d -> ../../sda7
lrwxrwxrwx 1 root root 10 2011-11-22 18:53 3C98-AC5D -> ../../sda1
lrwxrwxrwx 1 root root 10 2011-11-22 18:53 aa5f7e60-602b-470a-8f13-cba2030e1b51 -> ../../sda5
Non so proprio cosa fare. Avete qualche idea?
Grazie mille in anticipo :D



