Hi, Would it be safe to create a file on a lustre file system and use it as a loop device for mounting?
Sort of doing something like this (creates a 100G file): mount -t lustre msdser...@o2ib0:/lustre /mnt/lustre dd if=/dev/zero of=/mnt/lustre/myfsfile bs=1024 count=104857600 mkfs.ext3 /mnt/lustre/myfsfile mkdir /mnt/myfs mount -o loop /mnt/lustre/myfsfile /mnt/myfs _______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
