Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Mounting a Win '95 Ext'd (LBA) partition

 
   Soft32 Home -> Linux -> Installation RSS
Next:  Question : MySQL Incremental Backup on Red Hat Li..  
Author Message
John Strazzarino

External


Since: Oct 20, 2007
Posts: 1



(Msg. 1) Posted: Fri Oct 19, 2007 10:34 pm
Post subject: Mounting a Win '95 Ext'd (LBA) partition
Archived from groups: linux>redhat>install (more info?)

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?
Back to top
Login to vote
Bit Twister

External


Since: Dec 18, 2004
Posts: 139



(Msg. 2) Posted: Sat Oct 20, 2007 8:02 am
Post subject: Re: Mounting a Win '95 Ext'd (LBA) partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Sandgroper

External


Since: Aug 29, 2005
Posts: 163



(Msg. 3) Posted: Sat Oct 20, 2007 3:32 pm
Post subject: Re: Mounting a Win '95 Ext'd (LBA) partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"John Strazzarino" <jstrazza RemoveThis @yahoo.com> wrote in message
news:PGeSi.11422$4V6.7634@newssvr14.news.prodigy.net...
>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.

Use :
mount -t vfat /dev/hda4 /mnt/hda4

You can issue this command when you only want to mount the drive at odd
times or you can add this entry in /etc/rc.d/rc.local to mount it
permanently.

If you want to access the partition permanently you can also add an entry
into the /etc/fstab file as :

/dev/hda4 /<mount directory name> vfat defaults 0 0

( the last 2 entries are zeros )



--
------------------------------------------------------------------------------------------------------------------
True Multitasking is having three computers and a chair with wheels.


Sandgroper
------------------------------------
Remove KNICKERS to Email
steveray RemoveThis @KNICKERSiinet.net.au
Back to top
Login to vote
Robert Nichols

External


Since: Nov 10, 2003
Posts: 55



(Msg. 4) Posted: Sun Oct 21, 2007 2:16 am
Post subject: Re: Mounting a Win '95 Ext'd (LBA) partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <PGeSi.11422$4V6.7634@newssvr14.news.prodigy.net>,
John Strazzarino <jstrazza.DeleteThis@yahoo.com> 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?

You don't mount the extended partition itself. You mount the logical
partitions contained within the extended partition. In Linux, those
will be partition 5 and higher.

--
Bob Nichols AT comcast.net I am "RNichols42"
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Mounting NTFS? - I use FC3 on a dual boot Windows 2K/Linux. How do I mount the NTFS so it is visible from within FC3? I know I need t...

mounting drive and automaount - first time linux user i'm running 9.0 and i wandt o know how to mount the drives and configure automount

Mounting an additional HD - I have Fedora running on my system and there is a primary HD on the secondary channel (hdd), however I do not know how...

Mounting HDA and SDA - Hello, as a newbie to linux i decided to get right into it. I installed a second hard disk to my dell 4300 and have..

NFS: Troubles mounting directories - Hi There! I have RedHat 8.0 on 2 computers. One holds lot of data that I want to access from the other. So I tried to....

rebuild and disk drive mounting question - Hey, I have two questions! 1) I had redhat v.9 and win2000 on a dual boot, win2000 went blue screen on me one too many...
       Soft32 Home -> Linux -> Installation All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]