Morse wrote:
> 
> How do I mount a FAT32 Logical drive within a DOS extended partition.
> the drive is hda4  but how do I designate the logical...it is the third
> logical within the extended partition.
> TIA
> morse
> 


  The third logical drive within hda4 should be hda7 given that there
are no other logical partition on hda.  To take a look try `fdisk -l` or
`fdisk -l /dev/hda` depending on the version of fdisk.

try this
`mkdir -p /mnt/hda7`
`mount -tvfat /dev/hda7 /mnt/hda7`

-- 
You've got to be the dumbest newbie I've ever seen.
You've got white out all over your screen.
(Wierd Al Yankovic - It's all about the Pentiums)
Samuel J. Flory <[EMAIL PROTECTED]>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to