Bug 465152

Summary: User umount of encrypted filesystem gives fstab disagreement
Product: [openSUSE] openSUSE 11.1 Reporter: Volker Kuhlmann <bugz57>
Component: KernelAssignee: Hendrik Vogelsang <hvogel>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: puzel
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Volker Kuhlmann 2009-01-11 02:42:31 UTC
> grep disk1 /etc/fstab
/dev/disk/by-id/scsi-SATA_SAMSUNG_SP2504C....-part2   /media/disk1     reiserfs        encryption=twofish256,acl,user_xattr,user,nosuid,nodev,noexec,noauto        0 0

> mount /media/disk1
Password:

> mount|grep disk1
/dev/loop3 on /media/disk1 type reiserfs (rw,noexec,nosuid,nodev,encryption=twofish256,acl,user_xattr,user=abcd)

> umount /media/disk1
umount: /media/disk1 mount disagrees with the fstab

> umount /dev/loop3
umount: /dev/loop3 is not in the fstab (and you are not root)
Comment 1 Ludwig Nussel 2009-03-04 11:22:17 UTC
dup of 461732

*** This bug has been marked as a duplicate of bug 461732 ***