Hi!<br>I have a Lustre storage named "storage" and usually I mount it with command: <br>mount -t lustre 192.168.15.241:/storage /mnt/lustrefs<br>I wonder if it is possible to mount only a particular folder from the Lustre 
storage? Like nfs? I mean.. for example.. I have a folder named "folder1" and I want to mount it on a client, so in case of nfs i do the following:<br>mount -t nfs nfsserver.com:/nfsstorage/folder1 /mnt/nfs<br>

And it works!<br>But when I try to do this with lustre by issuing: <br>mount -t lustre lustreserver.com:/storage/particularfolder /mnt/lustrefs <br>I get the following error:<br><br>mount -t lustre lustreserver.com:/storage/particularfolder /mnt/lustrefs 
 failed: Invalid argument<br>This may have multiple causes.<br>Is 'storage/particularfolder' the correct filesystem name?<br>Are the mount options correct?<br>Check the syslog for more info.<br><br>I have a great deal of clients and I really don't want to attach the whole lustre storage to each of them due to security issues. <br>

<br>-----<br>WBR, Sergey Arlashin<br><br><br><br><br><br>