Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to allow user to do ln -s
Name: Vladimir Date: January 16, 2003 at 17:47:32 Pacific OS: Mandrake 9.0 CPU/Ram: 700/256
Comment:
Hi, I trying to create symbolic link as a user in my /mnt/windows directory - vfat. But all the time a have permission denied Any ideas, entry in my /etc/stab looks like: /dev/hda1 /mnt/windows vfat user,iocharset=iso8859-1,rw,nodev,uid=501,suid,umask=000,gid=501,exec 0 0
You have to put "users" if you want anyone to mount it (not just user). I think I read that somewhere in the man pages.
Try the line I put above (changing correspondinly) and the use mount and see what happen. The auto will mount it automaticly every time you boot.
0
Response Number 2
Name: 3Dave Date: January 17, 2003 at 08:09:40 Pacific
Reply:
FAT does not support symbolic links, therefore you wont be able to create any on a FAT partition.
0
Response Number 3
Name: Vladimir Date: January 17, 2003 at 08:10:39 Pacific
Reply:
I'm sorry. Maybe I explain si pporly before. But I can mount easily without any problems. Problem is, what I'm trying to do ln -s in my /mnt/wundows "file system" after it successfully mounted and it doesn't work.
0
Response Number 4
Name: 3Dave Date: January 20, 2003 at 01:50:43 Pacific
Reply:
What file type is /mnt/windows? If it is FAT or NTFS you wont be able to create a symbolic link on it. You can create one pointing to a file on FAT but not the other way round, ie:
# ln -s /mnt/windows/foobar /home/user/ will work but # ln -s /home/user/foobar /mnt/windows/ wont.
Summary: Hi folks I want users to be able to mount floppy. But I keep getting the same error message: "mount: only root can do that" I've tried linuxconf, Access to local drive->fd0-> then enabling "user mount...
Summary: This was originally for a single user but I mention a multiuser environment. Assuming standard build 1. create regular unix account. 2 remove files in users home created by /etc/skel 3. add /bin/fal...
Summary: hi friends, i have a small network with 20 systems. till now there is only one system for browsing..now i have 64kbps n i want to provide internet to all 20 systems in my network.. for that im using ...