Hi there
I am running 2.9 installed to hard drive (sda1). I am trying to build it up to replace XP and its going pretty well really - I have Xorg, Nvidia, Firefox, sound, VLC, Roxy, Cups, Epdf, Openoffice etc all working great.
I would like to mount a usb drive during boot. I have ntfs-3g installed.
The following command works after boot if I type it in manually:
sudo /tmp/tcloop/ntfs-3g/usr/local/bin/ntfs-3g /dev/sdb1 /mnt/sdb1
so, I put it in /opt/bootlocal.sh (without sudo as I think this runs as root anyway), did a reboot with backup. And it doesn't mount the drive.
Is there a way to achieve this either in bootlocal.sh or another way?
Many thanks