[Risolto][Mount] Dopo sistemazione partizione, fstab non caricato correttamente
Inviato: venerdì 13 agosto 2010, 19:21
Ciao ragazzi...
...e' tanto che non scrivo piu' su questo utilissimo forum. Forse perche' sono diventato sufficientemente bravo? ;D
Nonostante questa lunga latitanza... ora ho un problema... non di vitale importanza... che devo risolvere.
Avevo alcune partizioni non utilizzate... altre inserite in posti sbagliati degli HD (2) dedicati a Linux... e cosi' ho sistemato un po tutto... provvedendo ad aggiornare il mio FSTAB che ora risulta essere questo:
La struttura dell'HD e' invece la seguente:
Funziona tutto... ma ogni volta che avvio il pc... o riavvio... devo dare il comando:
per ripristinare il corretto caricamento delle directory del disco /dev/sdb.
L'unica partizione che mi viene montata e' /Server.
Quacuno mi sa spiegare il perche'?
Forse troppe linee di commento nel mio fstab?
Grazie!
EDIT1:
L'FSTAB l'ho sistemato e "ottimizzato", secondo alcuni articoli trovati in rete... ora e' cosi':
Ma non e' cambiato niente! 
EDIT2:
/Mail «Il file system non è pulito.» :'( ??? ::)
...e' tanto che non scrivo piu' su questo utilissimo forum. Forse perche' sono diventato sufficientemente bravo? ;D
Nonostante questa lunga latitanza... ora ho un problema... non di vitale importanza... che devo risolvere.
Avevo alcune partizioni non utilizzate... altre inserite in posti sbagliati degli HD (2) dedicati a Linux... e cosi' ho sistemato un po tutto... provvedendo ad aggiornare il mio FSTAB che ora risulta essere questo:
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 defaults 0 0
#
# / was on /dev/sda5 during installation
UUID=4c6e5895-3256-44e9-b090-aae0fbb1e63c / ext3 errors=remount-ro 0 1
#
# /home was on /dev/sda6 during installation
UUID=60991fd8-8085-448c-be75-7bcd94da4d07 /home ext3 defaults 0 2
#
# swap was on /dev/sda2 during installation
UUID=57ecc978-61aa-4b23-81f0-e37355e5d025 none swap sw 0 0
#
#
# /Documents was on /dev/sdb3 during installation
UUID=8ebd0944-4405-4aef-b625-4590ef6ee34d /Documents ext4 relatime 0 2
#
# /Downloads was on /dev/sdb4 during installation
UUID=1bbad190-476b-4554-9425-99b01cac00fd /Downloads ext4 relatime 0 2
#
# /Server was on /dev/sdb5 during installation
UUID=536bcde8-7fe8-4dce-ae00-930ee450b930 /Server ext4 relatime 0 2
#
# /Mail was on /dev/sda7 during installation
UUID=825e8077-51e7-431d-b524-dc8ec74c86b8 /Mail ext4 relatime 0 2
#
#
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0La struttura dell'HD e' invece la seguente:
Codice: Seleziona tutto
Disco /dev/sda: 82.0 GB, 81964302336 byte
255 testine, 63 settori/tracce, 9964 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x04a8deb2
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 2490 20000893+ 83 Linux (ext4)
/dev/sda2 9589 9964 3020220 82 Linux swap / Solaris
/dev/sda3 2491 9588 57014685 5 Esteso
/dev/sda5 * 2491 4856 19004863+ 83 Linux (ext3)
/dev/sda6 * 4857 7222 19004863+ 83 Linux (ext3)
Le voci nella tabella delle partizioni non sono nello stesso ordine del disco
Disco /dev/sdb: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x000d546e
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 2490 20000893+ 83 Linux (ext4)
/dev/sdb2 2491 4980 20000925 83 Linux (ext4)
/dev/sdb3 8716 24328 125411422+ 83 Linux (ext4)
/dev/sdb4 24329 60801 292969372+ 83 Linux (ext4)
Disco /dev/sdc: 122.9 GB, 122942324736 byte
255 testine, 63 settori/tracce, 14946 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x90909090
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 * 1 7472 60018808+ 7 HPFS/NTFS
/dev/sdc2 7473 14946 60034905 7 HPFS/NTFSFunziona tutto... ma ogni volta che avvio il pc... o riavvio... devo dare il comando:
Codice: Seleziona tutto
sudo mount -aL'unica partizione che mi viene montata e' /Server.
Quacuno mi sa spiegare il perche'?
Forse troppe linee di commento nel mio fstab?
Grazie!
EDIT1:
L'FSTAB l'ho sistemato e "ottimizzato", secondo alcuni articoli trovati in rete... ora e' cosi':
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 defaults 0 0
# / was on /dev/sda5 during installation
UUID=4c6e5895-3256-44e9-b090-aae0fbb1e63c / ext3 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=60991fd8-8085-448c-be75-7bcd94da4d07 /home ext3 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=57ecc978-61aa-4b23-81f0-e37355e5d025 none swap sw 0 0
# /Documents was on /dev/sdb3 during installation
UUID=8ebd0944-4405-4aef-b625-4590ef6ee34d /Documents ext4 noatime 0 2
# /Downloads was on /dev/sdb4 during installation
UUID=1bbad190-476b-4554-9425-99b01cac00fd /Downloads ext4 noatime 0 2
# /Server was on /dev/sdb5 during installation
UUID=536bcde8-7fe8-4dce-ae00-930ee450b930 /Server ext4 noatime 0 2
# /Mail was on /dev/sda7 during installation
UUID=825e8077-51e7-431d-b524-dc8ec74c86b8 /Mail ext4 noatime 0 2
# /Cdrom
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0EDIT2: