|
Bugzilla – Full Text Bug Listing |
| Summary: | df and mount do not show all filesystems | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Klein <asklein> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | aj, suse-beta, vetter |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andreas Klein
2006-01-26 23:29:24 UTC
What is the content of /etc/mtab? linux:~ # cat /etc/mtab /dev/sda1 / reiserfs rw,acl,user_xattr 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 none /sys/kernel/security securityfs rw 0 0 You have mail in /var/mail/root IMHO also the actual mounted devices would be help therefore please provide the content of /proc/mounts. Se initial comment for cat /proc/mounts output. The devices are listed there. Only /etc/mtab matters. (In reply to comment #5) > Only /etc/mtab matters. Why should a mounted filesystem not show up in the output of df? Running du -sh is not really an option to find out how full the filesystem is. Because /etc/mtab is the authoritative database. Then the /etc/mtab is not correct and this should be fixed. The filesystem is really mounted as you can see from the /proc/mounts output. So it should show up in /etc/mtab, and if it does not, this is bug, isn't it? Maybe this bug is related to bug #146192 This sounds reasonable. Whereas df only reads /etc/mtab and does its job, the mount program also writes /etc/mtab. Maybe there is a bug in mount its selfs or the behaviour is caused by an `-n' option in one of the boot scripts (-n for not updateing /etc/mtab). *** This bug has been marked as a duplicate of 146192 *** |