Stefan R:
> If you'd like to modify Knoppix,
Sure.
> you could
> e.g. copy the CD to an image file on harddisk,
> mount it through a loop device, modify it,
> then burn a new CD.
Eh? Except as yet actually no Linux yet makes life this simple?
Instead, always I see:
# mount -w -o loop=/dev/loop0 knoppix-pel.iso /mnt/loop0
# mount | grep loop
/home/pat/knoppix-pel.iso on /mnt/loop0 type iso9660
(rw,loop=/dev/loop0)
# cd /mnt/loop0
#
# ls index.html
index.html
# cat /dev/null >>index.html
bash: index.html: Read-only file system
#
# touch abc
touch: creating `abc': Read-only file system
#
# cd
# sudo umount /mnt/loop0
#
No?
Pat LaVarre
http://linux-pel.blog-city.com/read/826763.htm
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
mailing list Linux1394-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux1394-user
Received on Mon Sep 20 23:50:42 2004
This archive was generated by hypermail 2.1.8 : Mon 02 May 2005 - 09:16:50 CEST