Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
10-06-2005, 01:31 AM
|
#16
|
|
Senior Member
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107
Rep:
|
You could try something like this in /etc/fstab :
/dev/hda1 /mnt/window ntfs noauto,users,exec,ro,umask=000 0 0
If you want to set uid and gid use the following but umask already took care of permissions to read and execute.
/dev/hda1 /mnt/window ntfs noauto,users,exec,ro,uid=root,gid=users,umask=000 0 0
|
|
|
|
10-06-2005, 07:34 AM
|
#17
|
|
Member
Registered: Jun 2004
Distribution: SuSE 9.3, Debian Sarge
Posts: 65
Rep:
|
Hi,
thanks for your help, I'll try that tonight after work.
Should I add the ntfs support to modconf since I usually have to do modprobe ntfs to get it to work? Or does fstab take care of that?
Thanks,
Matt
|
|
|
|
10-06-2005, 08:44 AM
|
#18
|
|
Senior Member
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107
Rep:
|
You can add it with modconf or manually to whatever file you use for loading modules. Perhaps under some file in /etc/modprobe.d/ or with 2.4 kernels /etc/modules.conf
|
|
|
|
10-06-2005, 04:05 PM
|
#19
|
|
Member
Registered: Jun 2004
Distribution: SuSE 9.3, Debian Sarge
Posts: 65
Rep:
|
Hi,
When I edited fstab, I got this after I exited:
Code:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Any idea?
I entered
/dev/hdb1 /mnt/window ntfs noauto,users,exec,ro,umask=000 0 0
into fstab.
Thanks,
Matt
|
|
|
|
10-06-2005, 04:17 PM
|
#20
|
|
Senior Member
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107
Rep:
|
The error has nothing to do with what you typed in fstab, but rather how you edited it. It is often easiest to use a console editor to edit files as root. "apt-get install nano" and as root type "nano /etc/fstab", nano is self explanatory at the bottom of the screen, ctrl-x to quit and so on. If you wish to use a gui editor as root, "apt-get install sux" and use sux instead of su to become root.
|
|
|
|
10-06-2005, 04:38 PM
|
#21
|
|
Member
Registered: Jun 2004
Distribution: SuSE 9.3, Debian Sarge
Posts: 65
Rep:
|
HI,
I was using vi, is that not good enough?
Also, now the filesystem is mounted when the computer starts up, but I still can't access it. If I try through Konqueror, it says it doesn't exist. If I try through Konsole as root, I can get into the directory, but ls doesn't bring up anything.
Any ideas?
Thanks,
Matt
Edit: I'm not sure, but I don't think fstab mounted it properly because I can still actually use the mount command to mount /dev/hdb1 to /mnt/windows. If I do this, I'm then able to see all the files in the directory... Still can't access with a normal user though.
Last edited by Matty-J; 10-06-2005 at 04:42 PM.
|
|
|
|
10-07-2005, 02:46 AM
|
#22
|
|
Senior Member
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107
Rep:
|
It shouldn't be automounted on bootup while you have the noauto option for it in fstab. Change it to auto if you like.
What does the command "mount" say about it?
What are the permissions on the mountpoint? Writable to users?
Last edited by makuyl; 10-07-2005 at 02:47 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:55 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|