LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-02-2004, 08:07 AM   #1
Sreejesh
LQ Newbie
 
Registered: Aug 2004
Location: Kerala,India
Posts: 3

Rep: Reputation: 0
Smile How i can mount fat32


I am a new user of Linux
I don't know how to mount Windows drives.
I don't know any commands in linux.
I know only GUI usage.
expecting easy solutions
 
Old 09-02-2004, 08:14 AM   #2
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
Unless I know your WM + distro, I don't know about a GUI solution but command line is easy enough. If your Windows partition is hda1 (First partition on the hard drive, which is normally what it is), you do this.

mkdir /where/you/want/it/mounted
mount /dev/hda1 /path/from/last/line

So, if you want it mounted at /windows, you would do this

mkdir /windows (this makes the folder windows under your root partition)
mount /dev/hda1 /windows (This tells the OS to mount the FAT32 partition under /windows)
 
Old 09-02-2004, 08:25 AM   #3
Boby
Member
 
Registered: Feb 2004
Posts: 781

Rep: Reputation: Disabled
Hello and welcome to LQ!

First you have to check wich partition is your FAT32. For this you have to be root and run fdisk:
su -
Password: *****
fdisk -l

look for the one that contain vfat. It shoud look like hdax where x is a number. Also it can be hdb1...
Next you have to create a directory where to mount it:
mkdir /mnt/win_C
Now mount it with:
mount -t vfat /dev/hda1 /mnt/win_C

To have the partition mounted on each boot, you have to edit your /etc/fstab file. Insert:
Code:
/dev/hda1 /mnt/win_C vfat noauto,user 0 0
To have write permission as normal user on the Win-partition use this instead:
Code:
/dev/hda1               /mnt/win_C            vfat    umask=000,iocharset=iso8859-1,codepage=850,users        0 0
Good luck!
Boby

PS: For this use a terminal [console]
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to format to FAT32, and how to mount my FAT32 partition. bonniehandi Linux - Newbie 16 03-05-2006 07:54 PM
mount fat32 emrkar Red Hat 2 01-30-2005 09:14 AM
FAT32 Won't Mount linuxnubx Linux - Newbie 25 12-07-2004 02:43 PM
Mount a Fat32 mehargags Linux - Hardware 2 08-17-2002 06:22 AM
mount fat32 somebody Linux - Newbie 1 03-25-2002 11:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration