Bug 115861
Summary: | Python error in diskcheck reported by cron. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Dale Long <nikarul> |
Component: | diskcheck | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dp, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-05-06 13:53:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 114961 |
Description
Michael Dale Long
2004-02-16 18:22:04 UTC
what does # df -ihP -x none -x tmpfs -x iso9660 -x udf output?? [root@norfair root]# df -ihP -x none -x tmpfs -x iso9660 -x udf Filesystem Inodes IUsed IFree IUse% Mounted on /dev/hda6 4.1M 364K 3.8M 9% / /dev/hda1 21K 110 20K 1% /boot /dev/hda3 4.9M 568K 4.4M 12% /mnt/gentoo /dev/hda5 4.9M 235K 4.7M 5% /mnt/uml /dev/hdd1 0 0 0 - /mnt/win2k you may add "-x ntfs" to /etc/diskcheck.conf I will fix the code to not traceback... thx! Actually, I don't have an ntfs partition, /mnt/win2k is vfat. Adding -x vfat fixed it. I don't know if the -x ntfs will be needed or not. I just tested diskcheck without the -x ntfs with an ntfs partition mounted and it didn't have any problems. Actually, that's incorrect. My ntfs partition is always reported as full even when it's not. Someone with a real NTFS partition should probably check it. But at least it doesn't result in a python exception. win2k is vfat??? so why don't you have any information about the usage?? *** Bug 117257 has been marked as a duplicate of this bug. *** Win2k can optionally use vfat or ntfs filesystems, FYI. |