Joined: 04 May 2005 Posts: 9850 Location: Arizona USA
Posted: Thu 01 Jun 2006, 17:10 Post subject:
MUT bug in multisession
If I mount my multisession DVD with MUT (or probably anything; I only use MUT) and then forget to unmount it before I save a session, the computer freezes up. The only way to unfreeze it is a hard reboot. I've done this several times. Fortunately the session was saved so no real harm done.
Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
Posted: Thu 01 Jun 2006, 20:54 Post subject:
That's an annoying bug!
I never discovered it, because I am very disciplined to always unmount a
partition immediately after use.
Okay, I've written it into my notebook, an official v2.00 bug.
gwtnz
Joined: 31 May 2006 Posts: 3 Location: MN, USA
Posted: Fri 02 Jun 2006, 13:15 Post subject:
This is particularly messy in GrafPup...
... if you happen to have a sfs squashfile connected.
I ended up doing something like:
Code:
for i in `mount | grep loop | grep -v loop0 | sed 's|/.u|u|'; do
squash --unload $i.sfs
done && umount /dev/cdrom
in my rc.reboot.local, but it would be handy to have it as part of the system reboot script. umount may not be able to get rid of the mount if there are apps open looking at it, but at least it would be handy to find this out before you're part-way through the session update process.[/code]
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum