Package: mount
Version: 2.12p-4

When I define an ext3 filesystem by it's uuid in my /etc/fstab, I can mount it ok, but when I try to umount it, I get a segmentation fault error (both as a normal user).

I define it in my /etc/fstab like this:
UUID=4edbd3be-9777-4513-ab11-ccb705b5f841 /mnt/rato auto rw,user,noauto 0 0
(obviously without the line break!)
then mount it with
$mount /mnt/rato
and then fail to umount it with
$umount /mnt/rato
Segmentation fault

I can only umount it as root.

Best regards.

This might help:

I determined the uuid of the ext3 filesystem on my usb pen with dumpe2fs (E2fsprogs version 1.37)
#dumpe2fs /dev/sda1

$uname -a
Linux irra 2.6.8-2-686 #1 Thu May 19 17:53:30 JST 2005 i686 GNU/Linux


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to