Access to Win98 files from RH7.2 on dual boot box

Access to Win98 files from RH7.2 on dual boot box

Post by Carlos R. Rober » Wed, 05 Jun 2002 23:39:20



Hello,

I have a dual boot PC with Windows 98 in one and Red Hat 7.2
on another partition. Both systems are working fine, I can boot both
systems independently. Any idea how to make the windows file system
Linux-aware or vice-versa?

Thanks,

 
 
 

Access to Win98 files from RH7.2 on dual boot box

Post by Yasar » Thu, 06 Jun 2002 04:42:57



> Hello,

> I have a dual boot PC with Windows 98 in one and Red Hat 7.2
> on another partition. Both systems are working fine, I can boot both
> systems independently. Any idea how to make the windows file system
> Linux-aware or vice-versa?

man mount
--

URL:http://yas.uk.net

 
 
 

Access to Win98 files from RH7.2 on dual boot box

Post by Morte » Fri, 07 Jun 2002 01:31:12



> Hello,

> I have a dual boot PC with Windows 98 in one and Red Hat 7.2
> on another partition. Both systems are working fine, I can boot both
> systems independently. Any idea how to make the windows file system
> Linux-aware or vice-versa?

> Thanks,

First of all - read man mount and man fstab!!!!!

Modify the fstab-file located in /etc.

The procedure is basically thus. Make a directory somewhere in your Linux
filesystem - for excample in /mnt and call it something like dos or fat or
vfat or windows....  Then use a tool to modify fstab - a tool like "vi" or
"vim"! You will have to figure out what your dos-parition(s) is(are) called
and located. On my computer "dos" is located on hda1 and hda5. Fat32 is
called vfat on Linux systems

Fstab on my computer:
/dev/hda8 / ext3 defaults 1 1
/dev/hda6 /mnt/hda6 ext3 defaults 1 1
/dev/hda5 /mnt/hda5 vfat rw,auto,umask=000 1 1
/dev/hda1 /mnt/hda1 vfat defaults 1 1
/dev/hda7 swap swap defaults 0 0

To be able to both read and write to hda5 (used as storage for mp3s, docs
etc) I have in the 4th column put "rw, auto and umask=000". If you are the
only user on the computer this is ok, but if your computer are used by
other users as well I suggest you use other values in this column. Please
refer to "man mount" to find more info. If you only want to be able to read
the dos system use "defaults"

The next time you reboot you will be able to read (and write) your dos
system. To manually mount until you reboot - type

mount -t vfat  /dev/hdax  /mnt/hdax

in a terminal-window.

Morten

 
 
 

1. installing RH7 in win98/win2000 dual boot box

Hi there gurus and all.

I have RedHat Linux 7 installation CD. I love to try this on my Windows box
dual booting Win98/Win2000. Win 98 is in my c drive while Win2000 is in the
f drive. What's my best shot to install RH7 w/o messing-up the Windows OS
selector? I have more than 1 gig extra each on drives d,e,f. My system is a
P2 x 400 mhz 64 meg RAM.

TIA

2. Kernel too Big ??

3. Dual boot-win98 & RH7.1 screen offset

4. Problem of iptables

5. RH7 and win98 dual boot problem!!

6. Dynamic Port Assignment...

7. dual-HD, dual-boot problem ... booting Win98 fails on hdb

8. moving files from disk to tape - problems!

9. dual boot linux+win98 -> no access to cd-rom ?

10. dual boot linux + win98 -> no access to cd-rom ?

11. Newbie Dual boot Linux & Win98, forgot to include Win98

12. installing Debian over win98 in dual boot system (win98 and win2k)

13. Cannot access Linux box from Win98 box