Ciao a tutti, vi chiedo aiuto perchè ultimamente sempre più spesso all'avvio di ubuntu (in dual boot con win 7) mi dice "/home non trovata, premere s per omettere il mount o m per il ripristino manuale"; a questo punto devo andare in modalità di ripristino e selezionare check filesystem quindi parte l'fsck, mi dice che in /dev/sda5 ci sono 0.2% di blocchi non contigui ma non credo che indichi un problema, e sembra rimanere li all'infinito e dopo un pò se forzo il riavvio di solito il sistema mi riparte. Ho pensato in un errore nel filesystem e ho dato un fsck da live ma sia sulla partizione di / che di /home (sono separate) mi dice clean, cosa può essere?
Tabella delle partizioni:
e output fsck su / e /home:
Tabella delle partizioni:
Codice:
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005e038
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 123734015 61865984 7 HPFS/NTFS/exFAT
/dev/sda2 123734016 174934015 25600000 5 Extended
/dev/sda5 123736064 174934015 25598976 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000073b6
Device Boot Start End Blocks Id System
/dev/sdb2 2048 976306175 488152064 5 Extended
/dev/sdb5 4096 287948799 143972352 83 Linux
/dev/sdb6 287950848 976304127 344176640 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006f9c4
Device Boot Start End Blocks Id System
/dev/sdc1 2048 1953523711 976760832 7 HPFS/NTFS/exFAT
Codice:
ubuntu@ubuntu:~$ sudo fsck /dev/sda5
fsck from util-linux 2.20.1
e2fsck 1.42.8 (20-Jun-2013)
/dev/sda5: recovering journal
Setting free inodes count to 1078925 (was 1078927)
Setting free blocks count to 3567072 (was 3567074)
/dev/sda5: clean, 523571/1602496 files, 2832672/6399744 blocks
Codice:
sudo fsck /dev/sdb5
fsck from util-linux 2.20.1
e2fsck 1.42.8 (20-Jun-2013)
/dev/sdb5: clean, 46556/9003008 files, 16649139/35993088 blocks