12.02.2011

Linux, Verschiedenes


mount
sudo mount -t vboxsf ure /home/ure/winure
mount Ziel Quelle (beide Verzeichnisse müssen existieren)

c't 2011, Heft 7

Andrea Müller, Linux zieht um


gedit /etc/rc.local
!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

mount -t vboxsf -o rw,uid=1000,gid=1000 Eigene_Dateien /home/ure/Windows-eigene-Dateien

exit 0



Keine Kommentare: