Re: Mounting a Win '95 Ext'd (LBA) partition
- From: Bit Twister <BitTwister@xxxxxxxxxxxxxxxx>
- Date: Sat, 20 Oct 2007 13:02:01 GMT
On Sat, 20 Oct 2007 03:34:07 GMT, John Strazzarino wrote:
I installed Fedora 7 over an old copy of Windows. What would I put in the
mount command to have access to this partition? According to FDISK, it is a
type f partition which is defined at Win '95 Ext'd (LBA) partition.
I though of using mount -t /dev/hda4 /mnt/hda4
but it doesn't work.
Any ideas?
ask mount to tell you what it needs. Click up a terminal
su - root
mount -t auto /dev/hda4 /mnt/hda4
mount | grep /mnt/hda4
Now you should be able to see the type VALUE to use in /etc/fstab
umount /mnt/hda4
Make your modifications to /etc/fstab, then test with
mount /mnt/hda4
.
- References:
- Mounting a Win '95 Ext'd (LBA) partition
- From: John Strazzarino
- Mounting a Win '95 Ext'd (LBA) partition
- Prev by Date: Re: Mounting a Win '95 Ext'd (LBA) partition
- Next by Date: adding linuxrc to initrd
- Previous by thread: Re: Mounting a Win '95 Ext'd (LBA) partition
- Next by thread: adding linuxrc to initrd
- Index(es):
Relevant Pages
|
|