Changing permissions for the sf_ folders

Discussions about using Linux guests in VirtualBox.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Changing permissions for the sf_ folders

Post by Perryg »

I went ahead and installed 16.04 server to test this again and do not seem to have your issue. this is just after a reboot of the guest. See SS below
16.04-server-mount.png
16.04-server-mount.png (8.69 KiB) Viewed 2057 times
TruClueless
Posts: 8
Joined: 29. Sep 2016, 11:16

Re: Changing permissions for the sf_ folders

Post by TruClueless »

Perryg wrote:Post the results of the following.

Code: Select all

ls -al /etc/rc.local
Then I would like you to comment out the service restart ( place # at the front of the line ) and reboot
-rwxr-xr-x 1 root root 407 Sep 30 21:10 /etc/rc.local

Commenting out the service restart had no effect (except the internet not working).
There is just no reason for it to not work, but it doesn't...
I would like to try mounting through fstab to see if it works, but I have no idea what was wrong with my entry i mentioned in my earlier post, since it caused the emergency boot mode.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Changing permissions for the sf_ folders

Post by Perryg »

Very well but you need to force the vboxsf to load sooner by adding it to the /etc/modules. See below
16.04-server-mount-fstab.png
16.04-server-mount-fstab.png (12.57 KiB) Viewed 2057 times
TruClueless
Posts: 8
Joined: 29. Sep 2016, 11:16

Re: Changing permissions for the sf_ folders

Post by TruClueless »

Perryg wrote:Very well but you need to force the vboxsf to load sooner by adding it to the /etc/modules. See below
16.04-server-mount-fstab.png
It worked! It finally mounted! I can't believe it!

I have noticed something intereseting. When I remove the entry from the fstab and use the entry in the rc.local it works as well but only after i added vboxsf into /etc/modules
Post Reply