Re: File Listing

2011-01-11 Thread Pieter de Goeje
On Monday 10 January 2011 21:43:42 pe...@vfemail.net wrote: Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and du commands, but the output is never quite complete. find / Cheers, Pieter de Goeje

Re: File Listing

2011-01-11 Thread Alexander Konotop
В Tue, 11 Jan 2011 15:26:22 +0100 Pieter de Goeje pdego...@service2media.com пишет: On Monday 10 January 2011 21:43:42 pe...@vfemail.net wrote: Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and

Re: File Listing

2011-01-11 Thread Chris Brennan
2011/1/11 Alexander Konotop alexander.kono...@gmail.com Нет, не смотрел ещё. Вечером взгляну. What? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: File Listing

2011-01-11 Thread Polytropon
On Tue, 11 Jan 2011 09:56:07 -0500, Chris Brennan xa...@xaerolimit.net wrote: 2011/1/11 Alexander Konotop alexander.kono...@gmail.com Нет, не смотрел ещё. Вечером взгляну. What? No, didn't look again, evening... is dark? MbI roBOPNM nO-PYCCKN. :-) -- Polytropon Magdeburg, Germany

Re: File Listing

2011-01-11 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Mon Jan 10 15:19:23 2011 Date: Mon, 10 Jan 2011 15:43:42 -0500 To: freebsd-questions@freebsd.org From: pe...@vfemail.net Subject: File Listing Is there one single-line command I can execute that will list every file in every directory on my

Re: File Listing -- SOLVED

2011-01-11 Thread peter
Thank you all for your prompt and helpful pointers. - This message sent via VFEmail.net http://www.vfemail.net $14.95 Lifetime accounts! 15GB disk! No bandwidth quotas! ___

File Listing

2011-01-10 Thread peter
Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and du commands, but the output is never quite complete. - This message sent via VFEmail.net

Re: File Listing

2011-01-10 Thread Bill Moran
In response to pe...@vfemail.net: Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and du commands, but the output is never quite complete. ls -aR / will give you a complete listing, assuming

Re: File Listing

2011-01-10 Thread Chuck Swiger
On Jan 10, 2011, at 12:43 PM, pe...@vfemail.net wrote: Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and du commands, but the output is never quite complete. du -a / find / -type f # remove

Re: File Listing

2011-01-10 Thread Modulok
On 1/10/11, pe...@vfemail.net pe...@vfemail.net wrote: Is there one single-line command I can execute that will list every file in every directory on my FreeBSD box? I've been fussing with the ls and du commands, but the output is never quite complete. You might look into the 'tree(1)'

Re: Incomplete file listing with Samba on ext2fs

2007-11-08 Thread Rainer Schwarze
Rainer Schwarze wrote: CyberLeo Kitsana wrote: Rainer Schwarze wrote: I created 1000 files named file000 ... file0999 in a directory. I could see all of them via Windows. I created 1000 files named file-.file ... file-0999.file in a directory. I could see the first 130 files of them.

Re: Incomplete file listing with Samba on ext2fs

2007-11-06 Thread Rainer Schwarze
CyberLeo Kitsana wrote: Rainer Schwarze wrote: I created 1000 files named file000 ... file0999 in a directory. I could see all of them via Windows. I created 1000 files named file-.file ... file-0999.file in a directory. I could see the first 130 files of them. Are you sure this is

Incomplete file listing with Samba on ext2fs

2007-11-05 Thread Rainer Schwarze
Hi, I've set up a FreeBSD6.2 machine and moved my file server disk from a Linux system where it was used before. The disk uses ext2fs. In FreeBSD I can see all files, when looking at the samba shares from a Windows 2000 system, I do not see all files. I also do not see all files when using

Re: Incomplete file listing with Samba on ext2fs

2007-11-05 Thread CyberLeo Kitsana
Rainer Schwarze wrote: I created 1000 files named file000 ... file0999 in a directory. I could see all of them via Windows. I created 1000 files named file-.file ... file-0999.file in a directory. I could see the first 130 files of them. Are you sure this is only happening with ext2fs?