Re: inode usage / file



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...

.



Relevant Pages

  • Re: Help me replace some Windows installations
    ... > Possible with untrusted clients in SMB, and trusted clients in NFS. ... >> trust every client that might be connected to this network. ... > Still, user ABC on client, accesses to server with rights of the user ... > which Peter already told you about, or use SMB for Linux to Linux ...
    (comp.os.linux.setup)
  • Re: Help me replace some Windows installations
    ... Possible with untrusted clients in SMB, and trusted clients in NFS. ... I then have to trust the client to make sure that user ... accesses to server with rights of the user ABC on server. ... for Linux to Linux shares. ...
    (comp.os.linux.setup)
  • Re: inode usage / file
    ... I have a 1.4 TB Volume exported over NFS, accessed from a Linux ... NFSclient. ... Can there be more than one inode per file? ...
    (comp.arch.storage)
  • Re: Only execute bit - no copy
    ... >>on Linux I can still copy the program. ... NFS servers cannot make a distinction between read ... if the NFS client code was fixed, it'd still be possible to intercept ... unrestricted access to the network somewhere in the vicinity of the ...
    (comp.unix.admin)
  • Re: NFS tunnel problem
    ... > SSH tunnel. ... Mac is the NFS and SSH server, Linux is the client. ...
    (comp.sys.mac.system)