Results 1 to 3 of 3
hey i have openSUSE 10.2 and i mount my vfat drive using the command mount -t vfat /dev/hdc* /usr/local
but i am only geettin read permissions and not write permission...
...
- 07-19-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
how to mount partitions?
hey i have openSUSE 10.2 and i mount my vfat drive using the command mount -t vfat /dev/hdc* /usr/local
but i am only geettin read permissions and not write permission...
can nebody tell me the command or way to have write permission too ???
- 07-19-2007 #2
You should install ntfs-3g and fuse to support ntfs file system.
- 07-19-2007 #3
In which filesystem partitions are formatted? vfat is for FAT32 filesystem and all Linux Distros support FAT32 read/write access out of box.
for NTFS, you should install ntfs-3g as suggested by gogalthorp.
are you literally typing * instead of partition number in mount command?mount -t vfat /dev/hdc* /usr/local
Correct command is
umask=0 enables default access to all users.Code:mount -t /dev/<partition> <mount_point> <filesystem> defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote