Record of some of the computer tech I deal with so that it's documented at least somewhere.

Monday, 31 August 2009

mouting a cd in Plan 9

#!/bin/rc
cdfs
rm -f /srv/cd.d000
9660srv -f /mnt/d000 cd.d000
chmod +r /srv/cd.d000
chmod +w /srv/cd.d000
mount /srv/cd.d000 /n/cd

No comments: