Peter Henriksen wrote:
> Jeg forsøger på min ubunto 6.06 at mounte en Windows disk. Se kommandoer
> nedenfor.
>
> Disken er lettere syg og har bad sectors, så vil redde så meget jeg kan.
>
> Kan man udfra nedenstående konstatere, at hdd5 er umulig at mounte?
Ikke i gennem linux ser det ud til. Se længere nede!
>
> Hvordan får jeg mountet hdd2 og 3?
hdd3 vil du ikke kunne mounte. Kan ikke helt huske hvorfor...
hdd2 skulle du kunne.
>
> Tak
>
>
>
>
>
>
>
> Disk /dev/hdd: 41.1 GB, 41110142976 bytes
> 255 heads, 63 sectors/track, 4998 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/hdd1 1 255 2048256 12 Compaq diagnostics
> /dev/hdd2 * 256 2553 18458685 c W95 FAT32 (LBA)
> /dev/hdd3 2554 4864 18563107+ f W95 Ext'd (LBA)
> /dev/hdd5 ? 248209 121859 1132578648 44 Unknown
Partition type Id: 44 GoBack partition
http://www.goback.com/
GoBack is a utility that records changes made to the disk, allowing
you to view or go back to some earlier state. It takes over disk I/O
like a Disk Manager would, and stores its logs in its own partition.
>
>
> root@linux
# mount -t vfat /dev/hdd2 /mnt/M2
> mount: wrong fs type, bad option, bad superblock on /dev/hdd2,
> missing codepage or other error
> In some cases useful info is found in syslog - try
> dmesg | tail or so
Prøv evt. at lade den autodetect typen.
>
>
> root@linux
# dmesg | tail
> [42949602.040000] FAT: invalid media value (0x2d)
> [42949602.040000] VFS: Can't find a valid FAT filesystem on dev loop1.
> [42949611.390000] FAT: invalid media value (0x2d)
> [42949611.390000] VFS: Can't find a valid FAT filesystem on dev loop2.
> [42949662.430000] FAT: invalid media value (0x2d)
> [42949662.430000] VFS: Can't find a valid FAT filesystem on dev hdd3.
> [42949752.450000] FAT: bogus number of reserved sectors
> [42949752.460000] VFS: Can't find a valid FAT filesystem on dev hdd2.
> [42950260.920000] FAT: bogus number of reserved sectors
> [42950260.920000] VFS: Can't find a valid FAT filesystem on dev hdd2.
>
>
> root@linux
# mount -t vfat /dev/hdd3 /mnt/M3
> mount: wrong fs type, bad option, bad superblock on /dev/hdd3,
> missing codepage or other error
> (aren't you trying to mount an extended partition,
> instead of some logical partition inside?)
> In some cases useful info is found in syslog - try
> dmesg | tail or so
>
>
>