Had some initial difficulty as this version creates /tmp/gtkdialog_pmount pointing at /usr/sbin/gtkdialog and Q7 has /usr/bin/gtkdialog which causes it to exit. Doesn't happen if you've already looked at the original pmount as it creates the proper symlink. Changed line 745 from:Mike Walsh wrote:Right, kiddiwinks. Now; it appears that Tahr64 606's pMount script will run OK in Quirky64 (and the 32-bit versions will probably swap over just the same, all things being equal), though I won't be testing the latter. Should please some of you.
A .pet would simply overwrite and 'lose' the original, so I'm attaching it to this post. Just remove the fake .gz from it, go to /usr/sbin, and swap 'em over. Keep your original somewhere safe; you may, perhaps, need to 'revert'. It's early days yet, and I need several more re-boots to satisfy myself it's behaving as it should...
Let's have some feedback, guys. If it behaves itself, jrb can stick it in the next 'update' (if any others are forthcoming!)
Mike.
Code: Select all
ln -s /usr/sbin/gtkdialog
to
ln -s /usr/bin/gtkdialog
I see that clicking on the drive in the left hand column gives the option of "mount partition at boot", and adds these lines to /etc/rc.d/rc.local:
Code: Select all
mkdir -p /mnt/sda3; mount -t ext3 /dev/sda3 /mnt/sda3 #pmount