On Fri, 26 May 2000, John McCarron wrote:

> I'm brand spanking new to linux, so this might seen an old issue, but how do
> I access/mount one of my win 98 fat32 partitions?  There's just one
> partition (hdb1) that has all of my saved media files that I just want to
> access from time to time in Linux.
> 

First, make a "mount point".  As a suggestion, try:

mkdir /mnt/windisk

Then, mount the drive under that directory:

mount -t vfat /dev/hdb1 /mnt/windisk

You can then cd into /mnt/windisk and otherwise access the files
therein.

If you would like to delete or write to your windows partition, you'll
want to add "-rw" to your mount command (for read/write).

 
As usual, you can get more information via

"man man mount"

:)
 
Paul Gray
[EMAIL PROTECTED]
Dept. of Mathematics 
University of Northern Iowa
Wright Hall
Cedar Falls, IA  50614-0506



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to