[Bug 117897] Re: df does not show free space if using UUIDs

2011-05-28 Thread Launchpad Bug Tracker
[Expired for util-linux (Ubuntu) because there has been no activity for 60 days.] ** Changed in: util-linux (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 117897] Re: df does not show free space if using UUIDs

2011-03-29 Thread Phillip Susi
** Changed in: util-linux (Ubuntu) Assignee: LaMont Jones (lamont) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/117897 Title: df does not show free space if using UUIDs -- ub

[Bug 117897] Re: df does not show free space if using UUIDs

2008-08-22 Thread Colin Brace
I am seeing this bug under 8.04. I just changed my ftab entries from using UUIDs to LABELs and df now again displays free space correctly. -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification because you are a member of Ubuntu Bug

[Bug 117897] Re: df does not show free space if using UUIDs

2007-11-07 Thread LaMont Jones
I cannot reproduce this on gutsy. df shows the free space for my drives, all of which are mounted using UUID.. ** Changed in: util-linux (Ubuntu) Assignee: (unassigned) => LaMont Jones (lamont) Status: Confirmed => Incomplete -- df does not show free space if using UUIDs https://bug

[Bug 117897] Re: df does not show free space if using UUIDs

2007-07-13 Thread Bryan McLellan
Confirmed. [EMAIL PROTECTED]:~$ cat /etc/fstab # /etc/fstab: static file system information. # # proc/proc procdefaults0 0 /dev/cdrom/media/cdrom0 udf,iso9660 user,noauto 0 0 # UUID based mounting UUID=c4d20f5d-15b5-403e-

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-08 Thread Pau Garcia i Quiles
[EMAIL PROTECTED]:~$ /sbin/blkid /dev/sda1: TYPE="ntfs" /dev/sda2: TYPE="swap" UUID="1e2e4074-e819-4beb-8155-10a6029f871f" /dev/sda3: UUID="46dbf7b2-5708-44a4-b935-3430c8951a10" SEC_TYPE="ext2" TYPE="ext3" -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You r

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-08 Thread Sitsofe Wheeler
Pau Garcia i Quiles: What is the output of blkid ? -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Micah Cowan
** Changed in: util-linux (Ubuntu) Importance: Undecided => Medium Assignee: Micah Cowan => (unassigned) Status: Needs Info => Confirmed -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification because you are a member

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Pau Garcia i Quiles
[EMAIL PROTECTED]:~$ sudo mount -av mount: proc already mounted on /proc mount: mount point /media/recovery does not exist mount: special device /dev/disk/by-uuid/0400-79EF does not exist -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug no

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Micah Cowan
Since mount is apparently not recording the mounted / to /etc/mtab, the fault is probably mount's, rather than coreutils (reassigning). Could you please tell me what happens when you attempt "sudo mount -av"? ** Changed in: util-linux (Ubuntu) Sourcepackagename: coreutils => util-linux -- df do

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Pau Garcia i Quiles
Oops! Forget the comment about Filelight, it was just I had forgot to scan the hard disk. -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubun

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Pau Garcia i Quiles
The /media/* partitions are not mounted because I am not mounting them but that is not the point of this bug report. The problem is 'df' does not show the free space in '/'. -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification bec

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Pau Garcia i Quiles
Interestingly, Filelight also fails to display the space used by UUID- mounted filesystems. Maybe the bug is not in coreutils. I am attaching a screenshot. ** Attachment added: "filelight-pravetz.png" http://launchpadlibrarian.net/7964829/filelight-pravetz.png -- df does not show free space

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Micah Cowan
By my reading, those outputs show that the kernel is at least aware of / being mounted by the appropriate partition, and that mtab isn't. Probably a flaw in mount, rather than coreutils. However, I still show no sign of the /media/* drives. Are you absolutely sure those are mounted? Could you plea

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-05 Thread Pau Garcia i Quiles
Here they come: [EMAIL PROTECTED]:~$ cat /proc/mounts rootfs / rootfs rw 0 0 none /sys sysfs rw,nosuid,nodev,noexec 0 0 none /proc proc rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw 0 0 /dev/disk/by-uuid/46dbf7b2-5708-44a4-b935-3430c8951a10 / ext3 rw,data=ordered 0 0 /dev/disk/by-uuid/46dbf7b2-570

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-04 Thread Micah Cowan
Thank you. Could you please also provide the contents of /proc/mounts, and /etc/mtab? -- df does not show free space if using UUIDs https://bugs.launchpad.net/bugs/117897 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-b

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-03 Thread Pau Garcia i Quiles
Here comes the output of 'df', the output of 'mount' and a 'cat /etc/fstab'. As you can see, 'mount' fails to report UUID-mounted volumes, too: [EMAIL PROTECTED]:~$ df Filesystem 1K-blocks Used Available Use% Mounted on varrun 1037948 144 1037804 1% /var/ru

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-03 Thread Pau Garcia i Quiles
I am using a SATA system, which is SCSI emulation. No RAID. If you can't reproduce this bug in an IDE system, I guess that makes a difference. I am using Feisty stock coreutils. This bug was also present in Edgy, by the way. -- df does not show free space if using UUIDs https://bugs.launchpad.net

[Bug 117897] Re: df does not show free space if using UUIDs

2007-06-03 Thread Micah Cowan
Thank you for your bug report. I can't reproduce this problem in Feisty, coreutils-5.97-5.2ubuntu3. One difference between my setup and yours is that I'm using IDE rather than SCSI. Are you using a RAID setup or anything? Is it true SCSI, or are you using SCSI emulation? Please give (1) your cor