|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Hardware Support Do you have any problems with installing new hardware under SuSE Linux? Post your question in here... |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Greetings. I'm new, both to the forums, and to Linux itself.
I'm having trouble getting an external USB drive working correctly. Any user can mount it, but I can't figure out how to make the contents accessible to any user. Chmod won't change the directory permissions, and I can't find anything in the man pages, info pages, or the SuSE help-center that partains to this problem. If it's of any relavence, I'm on SuSE 8.2 (haven't gotten around to upgrading to 9.1) and the external drive is actually an internal 40GB drive in a drive converter case, and the drive is formatted as NTFS. Thanks for any help you guys can give me. ![]() Pi Man. |
|
|||
|
Hopefully both. And, I'd like to make it automatically grant these permissions to all users every time it's mounted.
Thanks. |
|
|||
|
First problem is that NTFS is readable only. That said, you can recompile the kernel to be able to write to NTFS but it is very experimental. Also, I am not sure that the older kernels from 8.2 will have that option unless you upgrade the kernel. You should probably be able to read the disk though. Are you having problems reading it?
|
|
|||
|
I can read the disk as the root, but I can't read it as a normal user.
And, if I can't write to the external hard drive, It's no big deal. |
|
|||
|
Quote:
Quote:
From man mount: Code:
uid=value, gid=value and umask=value * * * * * * *Set the file permission *on *the *filesystem. * The * * * * * * *umask *value *is *given *in octal. *By default, the * * * * * * *files are owned by root and not readable *by *some* * * * * * * *body else. Code:
/dev/hdb1 * */mnt/drive2 * * ntfs * uid=1000,gid=100 * ). You can get the numbers for uid and gid from doing [CODE]cat /etc/passwd[quote]. When you cat the passwd file it will show user names followed by uid and gid numbers. When I played around with this I skipped the umask value, and I didn't have any problems.
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|