Hi all,
I have Kubuntu 10.04 successfully running in Virtual Box on Windows XP without any problems. I do, however, want to get some drives to auto mount at boot. Right now I execute the commands below and they do work, but is there a way to get them to auto-mount at boot?
sudo mount -t vboxsf c-drive /mnt/c
sudo mount -t auto /dev/cdrom /cdrom
I have Kubuntu 10.04 successfully running in Virtual Box on Windows XP without any problems. I do, however, want to get some drives to auto mount at boot. Right now I execute the commands below and they do work, but is there a way to get them to auto-mount at boot?
sudo mount -t vboxsf c-drive /mnt/c
sudo mount -t auto /dev/cdrom /cdrom
Comment