Re: "df" on Cygwin

2004-06-11 Thread Richard Dawe
Hello. John Hosie wrote: This bug is not a major catastrophe or anything. I'm running Cygwin on Windows XP. When I run the "df" command, I have a heading only when I use the "-l" option. (That is minus lower case L) I get the same when I run with the "--l" option. (minus minus lower L) --l will

Re: df command bug

2004-04-21 Thread Bob Proulx
Elangovan Govindan wrote: > I was just using df command and compared the result > for / file system. Here is my analysis Thank you for your report. But I don't think what you are seeing is a bug. I think it is normal behavior due to the minfree value of the filesystem. > For e.g when you add Us

Re: df

2003-12-30 Thread Paul Raines
Sorry, it was a terribly undescriptive subject Subject Also, I failed to say we have Redhat7.3 systems running 2.4.20 kernels with fileutils version 4.1 -- --- Paul Raines email: [EMAIL PROTECTED] MGH/MIT/HMS Athinoula

Re: df bug

2003-01-12 Thread Bob Proulx
Andy Canfield <[EMAIL PROTECTED]> [2003-01-11 20:39:50 +0700]: > Version: 4.1.11 > Source: Mandrake Linux 9.0 > > Description: df always reports a diskette as having zero blocks total, > used, and free. Thanks for the report. But I cannot reproduce that behavior. df /floppy Filesystem

Re: df -H can't count

2002-09-08 Thread Bob Proulx
Thanks for the report. > Just noticed this in my df output. > [...I reformated slightly for readability... --bob] > Filesystem Size Used AvailUse% Mounted on > /dev/hda2 3.9G 1.9G 1.8G 50% /usr > /dev/hda2 4127108 1936064 1981396 50% /usr > > A

Re: df output on unbroken lines

2002-06-18 Thread David T-G
Bob -- ...and then Bob Proulx said... % % > % long as the program's --help output is kept up to date with the % > % program's options then the man page automatically tracks. Therefore % > % > So -P needs a bit more explanation ;-) % % Submit a documentation patch! :-) I might, since you ask

Re: df fails to recognise samba file systems as remote

2002-05-14 Thread Jim Meyering
Craig Emery <[EMAIL PROTECTED]> wrote: > since the means of determining os a filesystem is remote is to look > for a colon in it's name, samba mounted filesystems are incorrectly > identified as local. > > NFS uses host:/remote/path > Samba uses //host/remote/path > > Please find enclosed a patch

Re: df format

2002-03-04 Thread Matt Schalit
Mike Black wrote: > With the ability for 2TB arrays in Linux can we changed the df format so the > format is consitent when 2TB arrays are in the list -- we just need 10 > digits instead of 9? > [snip] > Before: > Filesystem 1k-blocks Used Available Use% Mounted on > /dev/md0

Re: df causes a segmentation fault

2001-12-31 Thread Jim Meyering
What version are you using (df --version). If you've just upgraded your kernel, be sure you've also upgraded all corresponding libraries and utilities. Here's the latest test release: ftp://alpha.gnu.org/gnu/fetish/fileutils-4.1.4.tar.gz Would you please see if you can reproduce the failure wi

Re: df: auto fs's don't show in normal df

2001-12-09 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > Burton Windle <[EMAIL PROTECTED]> wrote: >> Hello. I recently started using Ext3, and based on advice on the LKML, >> changed my /etc/fstab to mount / as auto (incase I didn't have ext2 >> support). This was tested on 2.4.16, as well as 2.5.1-pre4. >> >> N

Re: df: auto fs's don't show in normal df

2001-12-08 Thread Jim Meyering
Burton Windle <[EMAIL PROTECTED]> wrote: > Hello. I recently started using Ext3, and based on advice on the LKML, > changed my /etc/fstab to mount / as auto (incase I didn't have ext2 > support). This was tested on 2.4.16, as well as 2.5.1-pre4. > > Now, my / partition doesn't show up in 'df' unle

Re: df requires root access to work properly display in amd space

2001-11-29 Thread Bob Proulx
> My Solaris8-sparc systems use amd for automounting NFS shares. While in > virtual amd fs space, df complains I have no permission to read the fs > table. If run as root, I get no complaint. Interestingly enough, bash's > pwd function also fails if I use the -P option. I have submitted a bashbug

Re: df and reiserfs

2001-06-15 Thread Jim Meyering
Frank Van Damme <[EMAIL PROTECTED]> wrote: | since I use reiserfs for some of my partitions, the output of df is | somewhat clumsy. The --portability (-P) option will keep each entry on a single line. Does that do what you want? | yalu@yalu:~$ df -T | FilesystemType 1k-blocks Used Ava

Re: df (GNU fileutils) 4.0, --block-size=0

2001-06-10 Thread Jim Meyering
[EMAIL PROTECTED] (Olli Kihlberg) wrote: | This is not really a bug, but... Thanks for the report. That's fixed in the latest release. ftp://ftp.gnu.org/gnu/fileutils/fileutils-4.1.tar.gz | I'm using df from GNU fileutils 4.0. (And I don't have possibility to | test 4.1 on this machine.) I not

Re: df -h

2001-06-02 Thread Bob Proulx
> please have a look at this: > > xylophon:/etc # df -h > FilesystemSize Used Avail Use% Mounted on > /dev/sda7 100G 2.1G 92G 3% / > /dev/sda5 23M 4.8M 16M 23% /boot > xylophon:/etc # > > Size 100Gigs; used 2.1 Gigs; Avail: 92G The df program

Re: df - bugs?

2001-06-02 Thread Bob Proulx
> Try on this: > > 1. mount /mnt/floppy > 2. cp file /mnt/floppy (file ) > 3. umount /mnt/floppy (write on floppy is working on back) > 4. df (on other console) > > Filesystem 1k-blocks Used Available Use% Mounted on > /dev/hda2 2071416 1888584 77608 96% / > /d

Re: df utility

2000-07-28 Thread Jim Meyering
Thanks for the report. Would you please see if you still have this problem when using the latest test release? ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0x.tar.gz Next time, please include the version of the program (i.e. include the output of running `df --version'). "Zhu, H." <[EMAIL PROTE

Re: df

2000-05-29 Thread Jim Meyering
[EMAIL PROTECTED] writes: | Various systems have differing df output. | POSIX added a -P option (`portability') to force a portable | output that could be used by scripts. However, GNU df has | a non-portable -P option, totally useless, and only produces | the output required by POSIX when also t

Re: df bugs

2000-05-01 Thread Jim Meyering
Thanks for the report. I suspect you're using an old version of df. Run `df --version' to see what you have. latest official release ftp://ftp.gnu.org/gnu/fileutils/fileutils-4.0.tar.gz latest test release ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0r.tar.gz "Dr. J. Robert Lee" <[EMAIL PROT

Re: df supllied with CYGWIN B20.1

2000-01-25 Thread Dr Colin Kong
Dear Sir/Madam, Hello, I have solved the problem. I had to mount the each drive. Sorry to waste your time. Thanks for your help. [EMAIL PROTECTED] wrote: > > Dear Sir/Madam, > > Hello, the df.exe supllied with CYGWINB20.1 doesn't work for > multiple disks. For example: > > "df //a " fails by