Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread jan gestre
I bet btrfs can even top zfs, fedora is considering it as the default filesystem to replace the aging ext3 in the upcoming fedora 11 release. On Tue, Feb 17, 2009 at 9:24 AM, Daniel Ortega danielsort...@gmail.comwrote: hi! maybe ext4 could help. Dan On Fri, Feb 13, 2009 at 2:09 PM,

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread fooler mail
On Thu, Feb 19, 2009 at 8:17 PM, jan gestre plugger.l...@gmail.com wrote: I bet btrfs can even top zfs i doubt... zfs has rich set of features over btrfs.. even chris mason founder of btrfs admitted it... Q: Several people might be interested what you think about ZFS, why you see a need for

[plug] filename case change utility?

2009-02-19 Thread Daniel Escasa
Anyone know of a good utility to traverse a directory tree and change the case of filenames? I copied files from a USB stick, and they were uppercase :( I've also seen perl, bash, awk, and other scripts but they worked only on files in the current directory. I suppose I *could* edit those

Re: [plug] filename case change utility?

2009-02-19 Thread Daniel Escasa
Sabi ko noong Thu, Feb 19, 2009 at 9:23 PM: Anyone know of a good utility to traverse a directory tree and change the case of filenames? I copied files from a USB stick, and they were uppercase BTW, I've tried Google (ako pa :) -- Daniel O. Escasa independent IT consultant and writer

Re: [plug] filename case change utility?

2009-02-19 Thread Miguel Paraz
How about using find and xargs to apply the scripts throughout the hierarchy? On 2/19/09, Daniel Escasa desc...@gmail.com wrote: Anyone know of a good utility to traverse a directory tree and change the case of filenames? I copied files from a USB stick, and they were uppercase :( I've also

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread Norbert P. Copones
brtfs is still not suitable for generic use for now. the format isn't even yet finalized. maybe ext4 may be the default in the upcoming fedora. On 1246 0, jan gestre plugger.l...@gmail.com wrote: I bet btrfs can even top zfs, fedora is considering it as the default filesystem to

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread Jimmy Lim
On Sat, Feb 14, 2009 at 11:07 AM, fooler mail fooler.m...@gmail.com wrote: On Fri, Feb 13, 2009 at 8:13 PM, Orlando Andico orly.and...@gmail.com wrote: I'd use Solaris X86 or OpenSolaris, with ZFS. freebsd ported zfs to their operating system and someone claimed that zfs on freebsd is much

Re: [plug] filename case change utility?

2009-02-19 Thread Michael Tinsay
find * | xargs --max-lines=1 rename y/A-Z/a-z/ - Original Message From: Daniel Escasa desc...@gmail.com To: Philippine Linux Users' Group (PLUG) Technical Discussion List plug@lists.linux.org.ph Sent: Thursday, February 19, 2009 21:26:24 Subject: Re: [plug] filename case

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread jan gestre
On Thu, Feb 19, 2009 at 9:10 PM, fooler mail fooler.m...@gmail.com wrote: On Thu, Feb 19, 2009 at 8:17 PM, jan gestre plugger.l...@gmail.com wrote: I bet btrfs can even top zfs i doubt... zfs has rich set of features over btrfs.. even chris mason founder of btrfs admitted it... Q:

[plug] Xaprb: Migrating US Government applications from Oracle to MySQL

2009-02-19 Thread Ariz Jacinto
FTA: http://www.xaprb.com/blog/2009/02/19/migrating-us-government-applications-from-oracle-to-mysql/ [...] Here are samples of the questions I heard: - Does MySQL provide encryption comparable to Oracle? - Can MySQL reach into Oracle to get legacy data? - Is there something comparable

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread thad
On 2/19/09, jan gestre plugger.l...@gmail.com wrote: On Thu, Feb 19, 2009 at 9:10 PM, fooler mail fooler.m...@gmail.com wrote: On Thu, Feb 19, 2009 at 8:17 PM, jan gestre plugger.l...@gmail.com wrote: I bet btrfs can even top zfs i doubt... zfs has rich set of features over btrfs..

Re: [plug] filename case change utility?

2009-02-19 Thread fooler mail
On Thu, Feb 19, 2009 at 9:26 PM, Daniel Escasa desc...@gmail.com wrote: Sabi ko noong Thu, Feb 19, 2009 at 9:23 PM: Anyone know of a good utility to traverse a directory tree and change the case of filenames? I copied files from a USB stick, and they were uppercase BTW, I've tried Google (ako

Re: [plug] Optimal Number Files of Per Directory

2009-02-19 Thread fooler mail
On Fri, Feb 20, 2009 at 2:16 AM, Jimmy Lim jimmyb...@gmail.com wrote: On Sat, Feb 14, 2009 at 11:07 AM, fooler mail fooler.m...@gmail.com wrote: On Fri, Feb 13, 2009 at 8:13 PM, Orlando Andico orly.and...@gmail.com wrote: I'd use Solaris X86 or OpenSolaris, with ZFS. freebsd ported zfs to