# mount | grep export/scratch
/dev/hda9 on /export/scratch type ext2 (rw)
# dd if=/dev/zero of=/export/scratch/F bs=1M count=420
# echo yes | mke2fs /export/scratch/F
# mount -o loop /export/scratch/F /mnt
# tar cf - . | ( cd /mnt && tar xfp - )
------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/