|
Bugzilla – Full Text Bug Listing |
| Summary: | system cannot mount any additional file systems | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Ulrich Deiters <ulrich.deiters> |
| Component: | Basesystem | Assignee: | E-mail List <bnc-team-screening> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mmarek |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ulrich Deiters
2008-12-22 23:34:10 UTC
Which desktop do you have (KDE3, KDE4, Gnome,...)? The machine runs kde4init, but the window manager is /opt/kde3/bin/kdm. The problem (partially) disappeared when I disabled the starting of jexec in /etc/rc*.d . Now can mount everything, even cryptofiles via the /dev/loop* devices. But here I cannot unmount them again: ukd@iridium:~> mount $HOME/ext Passwort: ukd@iridium:~> umount $HOME/ext umount: /home/ukd/ext mount und fstab stimmen nicht überein ukd@iridium:~> I have to force an umount as a superuser: iridium:/home/ukd # umount /home/ukd/ext ioctl: LOOP_CLR_FD: Kein passendes Gerät bzw. keine passende Adresse gefunden In spite of the error message "no matching device or address found", the umount succeeds. Here is the appropriate line of my /etc/fstab: /media/usbdisk/.c /home/ukd/ext ext3 \ loop=/dev/loop0,encryption=twofish256,noatime,user,acl,user_xattr,noauto,rw 0 0 Of course, I am not sure that this problem is related to the former one. Isn't it same as bug#463582? it is *** This bug has been marked as a duplicate of bug 463582 *** |