I'm setting up a Linux (RH8.0) client to authenticate against an Active Directory. Home directories should also be located on the AD server. Everything works fine, exept softlinks... ----- s n i p ----- [root@client1 turbo]# /bin/pwd /home/turbo [root@client1 turbo]# mount | grep /home/turbo //chandler/turbo on /home/turbo type smbfs (0) [root@client1 turbo]# ln -s /usr/bin/printf printf ln: creating symbolic link `printf' to `/usr/bin/printf': Operation not permitted ----- s n i p ----- Is this a bug in the SMB fs module, faulty mounting (ie, params to mount.smbfs) by me or something that haven't been setup correctly on the SMB server?
On Mon, Apr 14, 2003 at 12:08:38PM +0200, Turbo Fredriksson wrote:> I'm setting up a Linux (RH8.0) client to authenticate > against an Active Directory. Home directories should also > be located on the AD server. > > Everything works fine, exept softlinks...Trying to create symbolic links on smbfs isn't going to work because smb is a Windows-native protocol, and Windows doesn't really have such things. -- Michael Heironimus
Seemingly Similar Threads
- Softlinks
- [PATCH] virtio-pci: add softlinks between virtio and pci
- [PATCH] virtio-pci: add softlinks between virtio and pci
- Problem with softlinks under samba on RHEL
- Can't see all of the directories in a share with 2.2.7a-1 &RH8...but older version/kernel can