zax customs - dmcrypt × truecrypt
[anomen-kernel-config.git] / zax / customs / etc / local.d / mountvbox.start
blobe83343c03f2f7ca63b1b2c8cfffdc2e408a58b50
2 # anomen : mount VBox shared folders
4 VBFSOPTIONS=fmode=666,iocharset=utf8,convertcp=utf8
6 mount -t vboxsf -o $VBFSOPTIONS C_DRIVE /mnt/drive_c
7 mount -t vboxsf -o $VBFSOPTIONS D_DRIVE /mnt/drive_d
8 #mount -t vboxsf -o $VBFSOPTIONS TC /mnt/tc
10 mount -t vboxsf -o $VBFSOPTIONS DATASHARE /mnt/datashare
11 mount -t vboxsf -o $VBFSOPTIONS DATASTORE /mnt/datastore
13 mount -t vboxsf -o $VBFSOPTIONS TEMP /mnt/temp