Ahoj, Lubuntu 12.04 bežící ve VirtualBoxu. Pokouším se automaticky po restartu mountovat sdílenou složku s hostitelským pc. Sdílená složka se po restartu nenamountuje.
Dělám to editaci fstab(poslední řádek):
GNU nano 2.2.6 Soubor: /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=28167015-e0e4-4fc2-839f-fc636abf99c3 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=b243fccd-e36b-4b00-91fc-19ef7c834ffa none swap sw 0 0
# SDILENI
PRACE /home/jirka/SHARE vboxsf rw,auto 0 0