sudo mount -t ntfs-3g /dev/sda2 /media/disk -o forceTo do the same thing in /etc/fstab:
/dev/sda2 /media/disk ntfs-3g force 0 0
A collection of technology shortcuts, tips, and tricks to make computing a more enjoyable experience.
sudo mount -t ntfs-3g /dev/sda2 /media/disk -o forceTo do the same thing in /etc/fstab:
/dev/sda2 /media/disk ntfs-3g force 0 0
net set [drive]: \\[Host]\PathSometimes adding the option /persistent:no is useful. This causes the mount to go away after a reboot.
net set [drive]: /delete
sudo modprobe -r psmouseInstall Ubuntu
sudo modprobe psmouse
sudo gedit /media/disk/boot/grub/menu.lstThen look for the text that is the first in the list of kernels it should look like the following (mine starts on line 131):
## ## End Default Options ##Replace the 'quiet splash' part with 'vga=791 noreplace-paravirt':
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid deb6d999-eb4f-4424-abd9-c146e26afea1
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=deb6d999-eb4f-4424-abd9-c146e26afea1 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=deb6d999-eb4f-4424-abd9-c146e26afea1 ro vga=791 noreplace-paravirtSave, close gedit then shut down the Virtual PC. It will probably hang on shutdown. Unmount the CD, then do an Action->Reset. The system should boot into UBuntu! If your mouse works then you are done!
sudo gedit /etc/modprobe.d/optionsSave and close gedit. Next time you reboot the mouse will work.
options psmouse proto=imps