Creating Linux virtual filesystems
Posted Feb 26, 2004 20:18 UTC (Thu) by
mchirico (guest, #12672)
In reply to:
Creating Linux virtual filesystems by azcoder
Parent article:
Creating Linux virtual filesystems
Create a directory, say /home/chirico/STUFF, then,
mount.
mkdir -p /home/chirico/STUFF
mount -t lwnfs none /home/chirico/STUFF
cat /home/chirico/STUFF/counter
Regards,
Mike Chirico
(
Log in to post comments)