On Mon, 30 Apr 2001 at 11:30pm (-0500), Reuben D Budiardja wrote:

>
> Hi,
> Could anyone help me in how to mount a logical dos/win95 logical partition
> in linux? What line should be in the /etc/fstab?
>
> I have the following line in fstab
> /dev/hdb2               /mnt/dos_b              msdos   noauto          0 0
>
> But when I tried to do: mount dos_b
>
> I get the following message:
> mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
>         or too many mounted file systems
>         (aren't you trying to mount an extended partition,
>         instead of some logical partition inside?)
>
> Any help will be greatly appreciated.

I think you're trying to do what the error message suggests you are.
/dev/hdb2 is the extended partition.  I'm pretty sure logical partitions
have numbers >= 5.  Eg...

   Device Boot    Start       End    Blocks   Id  System
/dev/sda1   *         1         3     24066   83  Linux
/dev/sda2             4      4462  35816917+   5  Extended
/dev/sda5             4       258   2048256   83  Linux
/dev/sda6           259       513   2048256   83  Linux
[...]

If you do "fdisk -l /dev/hdb" you should see your list of partitions and
types.

M.

-- 
WebCentral Pty Ltd           Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road.           Network Operations - Systems Engineer
PO Box 4169, East Brisbane.                       phone: +61 7 3249 2500
Queensland, Australia.                            pgp key id: 0x900E515F



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to