Page 1 of 1

Posted: Wed 29 May 2013, 17:28
by PaulR
I don't think I've ever used that option when formatting; in fact the health warning within Puppy has always made me avoid it!

I've changed the relevant lines of the script to:

Code: Select all

mkdir /mnt/sdb
mount /dev/sdb /mnt/sdb
I've also removed the sleep command and the device is now being mounted properly without destroying/hiding all the other 'standard' mount points.

Thanks once more :D

Paul