Re: inode usage / file
- From: wrat@xxxxxxxxx (the wharf rat)
- Date: Mon, 5 Nov 2007 19:10:39 +0000 (UTC)
In article <1193979748.393165.23680@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
zorba <parinay@xxxxxxxxx> wrote:
Hi,
I have a 1.4 TB Volume exported over NFS, accessed from a Linux
NFS(v3) client. I have to fill all indoes on this volume. One way of
doing it is to create so many files which is time consuming . One more
export foo=1
while (`true`)
do
ln /firstfile /firstfile.${foo}
if [ "$?" = "1" ]
then
break
fi
foo=`expr foo + 1`
done
Wafl shoudn't have any problem with the pathologically large
directory you'll end up with...
.
- Follow-Ups:
- Re: inode usage / file
- From: hsing
- Re: inode usage / file
- References:
- inode usage / file
- From: zorba
- inode usage / file
- Prev by Date: Recommended Single Server Backup for Windows?
- Next by Date: Re: Question about ATA-2 and the Fixed Disk Parameter Table
- Previous by thread: Re: inode usage / file
- Next by thread: Re: inode usage / file
- Index(es):
Relevant Pages
|
|