[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mounting filesystems



* james leclair (jleclair@onlinesupport.ca) [030623 09:46]:
> 
> 
> 
> Hello. Can anyone tell me the command to mount a local fat32 file system? 

mount -t vfat /dev/hda2 /mnt/c

Where hda2 is really the partition which contains the filesystem you're
trying to mount and /mnt/c is any directory.  I recommend making a
directory under /mnt (like /mnt/c) and using it.

> Also, can I add this to my fstab? Thanks!

Sure, here's my line:

/dev/hda2       /mnt/d  vfat    rw,user,utf8,uid=1000,gid=1000  0 0

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
I am mortified to be told that, in the United States of America, the sale of a
book can become a subject of inquiry, and of criminal inquiry too.
						-- President Thomas Jefferson

Attachment: signature.asc
Description: Digital signature


Reply to: