LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   how to browse Vfat partition on Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/how-to-browse-vfat-partition-on-ubuntu-434642/)

hero_19873 04-12-2006 08:24 PM

how to browse Vfat partition on Ubuntu
 
hey guyz i want 2 know how to browse Vfat partition on Ubuntu

:)

xpromisex 04-12-2006 08:53 PM

to do this you need to edit your /etc/fstab (as root) to include the line:

/dev/hda1 /mnt/windows vfat rw,user,umask=000 0 0


of course this assumes that the windows drive is at /dev/hda1 and that you want to mount it to /mnt/windows. (You also have to issue a "mkdir /mnt/windows" as root too if that directory does not already exist)

Hope I helped - Good luck!

aysiu 04-12-2006 10:36 PM

http://www.ubuntuguide.org/#automountfat
http://www.psychocats.net/ubuntu/mountwindows

hero_19873 04-13-2006 12:57 AM

very thnx guyz

thnx alot :):):)


All times are GMT -5. The time now is 06:08 PM.