2014-05-17から1日間の記事一覧

fail to mount of virtualbox shared folder from init daemon to systemd

before first. I wrote on the mount command to /etc/rc.local mount -t vboxsf -o uid=1000,gid=1000,dmode=0755,fmode=0755 Dropbox /home/murase_syuka/Dropbox but, it is fail when change from init to systemd now it is success when run on termin…