On Fri, 10 Oct 2003 00:00, D.V. Rogers wrote:
> Hello Sluggers
>
> Hoping for some more help on trying to mount  drive hdb to retrieve
> data. thanks dazza & rickw for their recent postings.
>
> fdisk tells me that /dev/hdb is definately their!!
>
> -----------
> [EMAIL PROTECTED]:/> fdisk -l (prints the following;)
> Disk /dev/hdb: 255 heads, 63 sectors, 2480 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hdb1   *         1        13    104391   83  Linux
> /dev/hdb2            14      2415  19294065   83  Linux
> /dev/hdb3          2416      2480    522112+  82  Linux swap
>
> Disk /dev/hdc: 255 heads, 63 sectors, 3720 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hdc1   *         1      3719  29872836    c  Win95 FAT32 (LBA)
>
> Unable to read /dev/hdd
> ----------------------------
>
> I then created the directory /mnt/temp as a directory to mount to
>
> The following happens;
>
> [EMAIL PROTECTED]:/ > mount -t ext2 /dev/hdb1 /mnt/temp
> mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
>        or too many mounted file systems
> --------------

Have you tried 
mount /dev/hdb1 /mnt/tmp
and let Linux work out the file system type used.

I would assume that the /dev/hdb1 would have mapped to /boot
The partition you will need to mount would be /dev/hdb2 which will contain the 
main root (/) partition.

mount /dev/hdb2 /mnt/tmp

If you are still in trouble you could try using Knoppix to do the same. 
SuSE 7.0 is well over 2 years old and I'm not sure it supports all of the new 
journal filesystem types.

-- 
Regards,

Graham Smith
---------------------------------------------------------

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to