Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-08-2001, 02:32 PM
|
#1
|
LQ Newbie
Registered: Nov 2001
Posts: 6
Rep:
|
permissions
I created a new folder in my Home directory to mount an NTFS share to it. I did this, but I had to do it as SU. Doing so, root took ownership of the folder, therefore taking all my read/write/execute, etc... permissions away. I tried logging in as root and giving ownership back to my user, but it wouldnt do it. How can I get permission to manipulate the data in the directory?
|
|
|
11-08-2001, 02:57 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
a non root user can only mount partitions/device/samba shares (it is samba you're using yeah?) that are strictly defined ni /etc/fstab, as being able to mount anything is inherently insecure.
set up the share in fstab and just specify the rights there. my fstab lists
//simon/share /share smbfs username=chris,password=pass,user
'user' defines that a user can mount the share my themselves. as for prooper permissions, that's down to the server i think, you can't override a remote shares rights locally, for obvious reasons, but you can restrict them.
check 'man smbmount' for info on what atrribs you can put in there.
|
|
|
11-08-2001, 03:43 PM
|
#3
|
LQ Newbie
Registered: Nov 2001
Posts: 6
Original Poster
Rep:
|
almost...
That is deffinetly a better way of getting the shares mounted, but I still can't change the contents when I am logged in as myselft. I have read only access. When I am logged in as root i can do anything I want except change ownership/ permissions on the mount point. I like the icon on the desktop,and auto mount this does though.
|
|
|
11-08-2001, 04:00 PM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well what have you put in fstab?
i have desktop icons for my shares set up that way, once their mounted rescan devices and they'll appear, in gnome that is.
try doing what i did and just mount it as the user, there's no way that, assuming the server is set up right, you can't access stuff.
|
|
|
11-08-2001, 10:37 PM
|
#5
|
Member
Registered: Mar 2001
Location: FL
Posts: 257
Rep:
|
as root do: chmod o+w directory name
|
|
|
11-09-2001, 08:46 AM
|
#6
|
LQ Newbie
Registered: Nov 2001
Posts: 6
Original Poster
Rep:
|
Finally figured it out, at the end of my command in fstab, I had to put the option UID=username, rw. That did it. Thanks for everyones help in the matter.
Last edited by infotech; 11-09-2001 at 10:22 AM.
|
|
|
All times are GMT -5. The time now is 08:40 PM.
|
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
|
|