Is there an updated version of the fileutils df that will show mounted ext3 partitions? I'm using fileutils-4.1. -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW - [in transit]
Curtis Hogg wrote:> Is there an updated version of the fileutils df that will > show mounted ext3 partitions? I'm using fileutils-4.1.What do you mean ? Filesystem 1k-blocks Used Available Use% Mounted on /dev/ide/host0/bus0/target0/lun0/part1 9920592 549664 8858860 6% / /dev/ide/host0/bus0/target0/lun0/part3 1984044 1836212 147832 93% /usr/local/src /dev/ide/host0/bus0/target0/lun0/part4 2497584 594848 1773816 26% /home/ftp/pub All my partitions are ext3. I'm using fileutils 4.1. -- 0@pervalidus.{net, {dyndns.}org} Tel: 55-21-2717-2399 (Niterói-RJ BR)
root@kei-chan:/usr/src/linux# uname -a Linux kei-chan 2.2.19ext3 #3 Mon Aug 27 21:44:28 MDT 2001 i586 unknown root@kei-chan:/usr/src/linux# mount /dev/hda3 on / type auto (rw) /dev/hda1 on /mnt/windows type vfat (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) none on /proc type proc (rw) root@kei-chan:/usr/src/linux# df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda1 1048740 885212 163528 85% /mnt/windows is this an issue with the 2.2.19 version of ext3? i don't run 2.4 kernels because for some reason i get really bad performance in X when I do. I did just build a 2.4.9 kernel with the latest ext3 patch, so maybe if i check that it'll work -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- T-shirt Of The Day: I'm the person your mother warned you about. ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW - [in transit] On Tue, 28 Aug 2001, Frédéric L. W. Meunier wrote:> Curtis Hogg wrote: > > > Is there an updated version of the fileutils df that will > > show mounted ext3 partitions? I'm using fileutils-4.1. > > What do you mean ? > > Filesystem 1k-blocks Used Available Use% Mounted on > /dev/ide/host0/bus0/target0/lun0/part1 9920592 549664 8858860 6% / > /dev/ide/host0/bus0/target0/lun0/part3 1984044 1836212 147832 93% /usr/local/src > /dev/ide/host0/bus0/target0/lun0/part4 2497584 594848 1773816 26% /home/ftp/pub > > All my partitions are ext3. > > I'm using fileutils 4.1. > > -- > 0@pervalidus.{net, {dyndns.}org} Tel: 55-21-2717-2399 (Niterói-RJ BR) >
WELL. Having torn hair out trying to patch mount... and getting very frustrated with some of the things it does... Symlinking /etc/mtab to /proc/mounts is a viable solution. Found that by searching through the mount code trying to track down certain functions. Since /proc/mounts reports the fstype properly for df to use, this solves the problem entirely. >.< I can give people diffs of my util-linux-2.11h/mount/ files that I modified and maybe someone here can help me figure out the rest? -- Curtis Hogg [buckminst@inconnu.isu.edu] ---------------------------------------------- I joined scientology at a garage sale!! ---------------------------------------------- Email 1 - buckminst@inconnu.isu.edu Email 2 - buckminst@hotmail.com WWW - [in transit]