At 10:45 AM 8/26/2002 -0500, you wrote: > Hi, > > i'm using redhat 7.3 and windows98. how can i access my windows > files from linux on the local machine. > thanks in advance. > best regards > sachin
Mount your windows partition and it will be accessible. Most folks would probably recommend creating a directory under /mnt, like /mnt/windows. Then, assuming your windows partition is /dev/hda1 the command would be: (as root) mount /dev/hda1 -t vfat /mnt/windows Try it that way first, and if it works you can edit /etc/fstab to make it permanent. Hope that helped. Wayne Stout Hantover MIS Kansas City, MO -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list
