Why can't I create soft link on vboxsf file system?

Posted by Artem Ice on Super User See other posts from Super User or by Artem Ice
Published on 2012-07-08T16:02:24Z Indexed on 2012/07/10 3:18 UTC
Read the original article Hit count: 324

Filed under:

ln -s keeps saying me that file system is read-only, however it is not.

ice@distantstar:~/virt 
? touch file
ice@distantstar:~/virt 
? rm file
ice@distantstar:~/virt 
? ln -s ~/.bashrc ~/virt/.bashrc
ln: failed to create symbolic link `/home/ice/virt/.bashrc': Read-only file system
ice@distantstar:~/virt 
? mount | grep virt
none on /home/ice/virt type vboxsf (rw,nodev,relatime)
ice@distantstar:~/virt 
? cat /etc/fstab | grep virt
VIRT    /home/ice/virt  vboxsf rw   0   0

© Super User or respective owner

Related posts about virtualbox