2 # anomen : mount VBox shared fiolders
4 mount -t vboxsf -o fmode=666 C_DRIVE /mnt/drive_c
5 mount -t vboxsf -o fmode=666 D_DRIVE /mnt/drive_d
6 mount -t vboxsf -o fmode=666 TC /mnt/tc
8 mount -t vboxsf -o fmode=666 DATASHARE /mnt/datashare
9 mount -t vboxsf -o fmode=666 DATASTORE /mnt/datastore
11 mount -t vboxsf -o fmode=666 TEMP /mnt/temp