Newbie: RH Linux: Mounting vfat as readable


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Newbie: RH Linux: Mounting vfat as readable
# 1  
Old 11-12-2002
Newbie: RH Linux: Mounting vfat as readable

Hi there!
I have a question about mounting a file system as readable.
I have the following line in my fstab for that purpose:
/dev/hda1 /mnt/nt vfat defaults 0 0
It mounts the filesystem but I can only read from this, not write Smilie what do I have to change to make it readable?
TIA!
# 2  
Old 11-12-2002
Do you mean "writable"?
Also, I'm making a very far-fetched guess based on the mount point name (/mnt/nt) that you're mounting a drive with Windows NT on it...
If that is true, please double check what filesystem you're using before trying to mount it read-write. If it's FAT32, try mounting it as "umsdos" with option (you can specify options with the mount command using the option "-o") "rw". See the man pages for mount and try the man page for "fs" (describes filesystems).

Now, if you're using NTFS, do not mount it read-write. Leave it read only (most Linux system leave NTFS read-write ability out of the kernel by default), otherwise you will corrupt the NTFS volume unless you run some special utilities afterwards - still, even then no guarantees...

Please post back with more information if you have more questions.
# 3  
Old 11-13-2002
Sorry about my poor description of the problem!

I have a dualboot box with RedHat 8.0 & Win2K Pro. Win2K is installed on hda1 which is a FAT32 disk. It is FAT32 for the purpose of having less problems when mounting under linux. I'll try the options You gave me as soon as I get home!
Tnx

P.S. I was probably very sleepy when I wrote it, I meant writable, sorry! Smilie
# 4  
Old 11-17-2002
Ok, I tied ur suggestion and it worked!
Now I have a small problem. How can I permit any user to write to this partition? Right now only root can do this.
I guess I have to put something else instead of default in fourth column...?
tnx!
# 5  
Old 11-17-2002
if /win2k is your mount point.. you need to set the write permissions for group/others using chmod...

Cheers!
Vishnu.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Mounting Windows Share to Linux Server

Hi Folks - I need to mount a Windows Share to a Linux server. What is the best/easiest way to do this? Is this 'how-to' guide accurate: How to Share Files Between Windows and Linux Or is there a better method you could share? Thanks! (8 Replies)
Discussion started by: SIMMS7400
8 Replies

2. Linux

Mounting windows drive into linux server

Dear Experts, My buissness requierment is to place some automated files in Windows server, Now Can you help me to map the Windows folder into Linux server. Windows Details:-windows 2003 Linux Details:- $ uname -a Linux testdb.mawarid.local 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007... (3 Replies)
Discussion started by: Mohammed Fareed
3 Replies

3. Linux

Mounting a new disk on linux server

Hi All. I am pretty new when it comes to Linux. My admin left on vacation and has presented 2 new disks to the server but they won't be seen until I can reboot the box this weekend. Once that happens I need the steps to make it available to my server and mount them as new filesystems. One will... (25 Replies)
Discussion started by: jamie_collins
25 Replies

4. Filesystems, Disks and Memory

linux mounting drive issue

While shutting down the linux system, it checks the mounting drives it hav, and if the mounted drive is on network, and that network system is shut already, the system get hangs, and it has to shut forcefully Is there a way, so that, mounting drives are unmounted automatically, when the other... (0 Replies)
Discussion started by: oracle.test2
0 Replies

5. Red Hat

mounting ISO in linux

Hi Guys, I'm having a bit of trouble and im not sure what is the deal, I'm trying to mount an ISO on my RHEL box and it is not letting me... mount -o loop -t iso9660 /home/bgalante/rhel-5-server-i386-disc3.iso /mnt mount: Not a directory any idea what i am doing wrong? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Solaris

mounting windows(vfat) file system

how can i mount windows file system into solaris using vfstab or mount command. also please tell me how to display the partition information. (1 Reply)
Discussion started by: ajoy patel
1 Replies

7. OS X (Apple)

mounting linux

firstly... sorry xDDD. now, how could i mount a linux partition on my mac os x ( i assume ill use terminal). i begins... i have my ubuntu linux partition on disk0s4. i tried: sudo mount /dev/disk0s4 /Volumes/Ubuntu and the system told me ;), "mount: exec /usr/sbin/mount_ext for... (1 Reply)
Discussion started by: Jariya
1 Replies

8. UNIX for Dummies Questions & Answers

CD mounting problems with linux

Hi guys I'm a newbie with linux i recently installed mandrake linux 10.0 double boot(win 98se) on a pIII 300mhz 128mb ram PC I have a standard cd rom and for some reason, linux refuses to mount the CD drive it worked perfectly for the first cople of monthes and than suddenly it didn't it... (0 Replies)
Discussion started by: bentzi
0 Replies

9. Filesystems, Disks and Memory

mounting vfat...

Hi, I have a little and very annoying problem. I want to mount a partition so that most of the files would be owned by a user, then an ftp dir with special previliges set up, and some of the files having write access for all users. I can't do it anyhow. Right now i have this line in... (3 Replies)
Discussion started by: dimanise
3 Replies
Login or Register to Ask a Question