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

Re: About RockRidge



Am 2006-02-04 16:27:05, schrieb Stephen Liu:
> Hi Michelle,
> 
> Tks for your further advice.

> sh-3.00# du -h new_cd_image.raw
> 101M    new_cd_image.raw
> 
> sh-3.00# mount -t ext2 new_cd_image.raw /mnt/hda7 -o loop
> 
> sh-3.00# mount /dev/hda8 /mnt/hda8
> sh-3.00# cp -a /mnt/hda8/Working /mnt/hda7/
> 
> sh-3.00# du -h new_cd_image.raw
> 101M    new_cd_image.raw
> sh-3.00# du -sh /mnt/hda7
> 6.6M    /mnt/hda7

OK, you have copier 6,6 MB

Dou you have umounted it?

        umount /mnt/hda7

> sh-3.00# mkisofs -o new_cd_image.iso new_cd_image.raw
>   9.73% done, estimate finish Sat Feb  4 15:49:09 2006
>  19.48% done, estimate finish Sat Feb  4 15:49:14 2006
>  29.20% done, estimate finish Sat Feb  4 15:49:15 2006
>  38.95% done, estimate finish Sat Feb  4 15:49:19 2006
>  48.66% done, estimate finish Sat Feb  4 15:49:23 2006
>  58.41% done, estimate finish Sat Feb  4 15:49:27 2006
>  68.13% done, estimate finish Sat Feb  4 15:49:32 2006
>  77.88% done, estimate finish Sat Feb  4 15:49:34 2006
> mkisofs: No space left on device. cannot fwrite 32768*1
> sh-3.00# ls

Why do you do this?

Burn the file new_cd_image.raw with cdrecord as RAWIMAGE directly
onto a CD like you do it with the Debian-CD's

You can burn the RAW-IMAGE directly onto CD and then mount it with

    mount -t ext2 /dev/cdrom /mnt/cdrom -o ro

I have the fstab entry:

/dev/hdc    /media/cdrom    auto    noauto,user,ro  0   0

and in my /etc/filesystems

----8<------------------
	ext3
	ext2
	minix
        vfat
	msdos
        iso9660
        hfsplus
	hfs
nodev	proc
----8<------------------

and then I mount CD's with

    mount /mnt/cdrom

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: