[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: About RockRidge



Am 2006-01-24 11:20:54, schrieb Stephen Liu:
> Hi folks,
> 
> About RockRidge
> ==============
> 
> I have been searching around on "man mkzftree", "man mkisofs", etc.
> including googling around for examples in applying -ZF options to
> compress the directories and files, to create ISO image and to burn as
> well as to decompress the directories and files.  But I could not find
> them.  Could you please shed me some light. Pointers would be
> appreciated.
> 
> My purpose using RockRidge is retaining oringal ownership and
> permission to solve following problem;
> 
> I burnt /home/ of a FC3 box on CDs. /home/ was on its own partition.
> Then running LFS LiveCD I copied the CDs on a partition of a new HD
> which has 6 partitions. I'm prepared to build LFS-->BLFS on the new HD
> applying LFS LiveCD as host. Later I discovered all data after
> transferred from the CDs onto the partitions became "read only" and
> permission changed from User to Root. Now I need to reinstate their
> original state, i.e. Write/Read, User, etc. Either I have to do it
> manually or to re-burn the data from /home/ of the FC3 box onto the
> CDs.
> 
> Could you folks on the List please shed me some light. TIA

Why not

  1)  dd if=/dev/zero of=new_cd_image.raw bs=1M count=650
  2)  mkfs.ext2 -b 1024 -m 0 new_cd_image.raw
  3)  mount new_cd_image.raw /mnt -o loop

  4)  Copy your stuff onto it

  5)  Burn the RAW image onto CD

RockRidge extension not needed.

> B.R.
> SL

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)



Reply to: