pochi giorni fa grazie all'aiuto di questo forum
http://forum.ubuntu-it.org/viewtopic.php?p=3058190#p3058190
sono riuscito a risolvere un problema che mi affliggeva:
all'avvio mancava un disco nel menù risorse... alla fine modificando il file /etc/fstab come segue il
disco si monta da solo alla partenza e il problema sembrava risolto:
Codice: Seleziona tutto
# /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
/dev/sdb1 / ext3 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=f13ca262-6309-41a1-a9f2-02db41921c7c none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
UUID=7884F4B184F4734C /media/wd500 ntfs uid=1000,gid=46,umask=000 0 2avvio che dice:
"Serious errors were found while checking the disk /media/wd500
Press I to ignore, C to skip mounting or M for manual recovery"
Il disco funziona perfettamente! Ho fatto lo scandisk di windoz e non ha trovato niente! Essendo
un disco NTFS non so che fare da ubuntu... Cosa mi consigliate di fare?
