On Thu, 28 Feb 2002, Radu Filip wrote:
> Nu ma dumiresc despre o chestie la mkisofs:
> Am un film (divx) mare:
>
> [root@home root]# ls -l film.avi -rw-r--r-- 1 radu home 735295488
>Feb 6 13:04 film.avi
>
> (Si cd-uri Sony de 700 MB).
>
> Am facut imaginea inainte de a-l arde, cu mkisofs:
>
> [root@home root]# mkisofs -J -V "Film" -o burn.iso film.avi
>
> Apoi l-a ars cu cdrecord si a fost totul ok (a incaput).
> Apoi am verificat md5-sum-urile:
>
> [root@home root]# md5sum /mnt/test/film.avi // filmul din fisierul .iso
> 38909406957f0048898d4ff147ae354b /mnt/test/film.avi
>
> [root@home root]# md5sum /mnt/removable/cdrom/film.avi
> 38909406957f0048898d4ff147ae354b /mnt/removable/cdrom/film.avi // de pe cd-rom
>
> [root@home root]# md5sum film.avi
> 42c212baaef2c33569bb4b150db59fe7 film.avi // filmul de pe disc
>
> Deci nu corespunde md5sum-ul intre filmul de pe disc si filmul din
> imaginea .iso, imagine care a fost trasa corect pe cd, dupa cum se vede.
>
> Pe disc este spatiu suficient. Iar film-ul de pe CD merge pana la capat
> corect, play-at si cu mplayer si cu wmf.
>
> Singura nedumerire este de ce nu se potrivesc checksum-urile alea? De la
> Joilette?
bash-2.05$ dd if=/dev/urandom of=film.avi bs=1M count=750
750+0 records in
750+0 records out
bash-2.05$ md5sum film.avi
9227d225e8f172ac208db71b90f482bc film.avi
bash-2.05$ mkisofs -J -V "Film" -o burn.iso film.avi
Warning: creating filesystem with (nonstandard) Joliet extensions
but without (standard) Rock Ridge extensions.
It is highly recommended to add Rock Ridge
...
98.95% done, estimate finish Fri Mar 1 11:38:18 2002
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 4ae4
384048 extents written (750 Mb)
bash-2.05$ su
Password authentication bypassed.
bash-2.05# mount burn.iso /mnt/iso/ -o loop
bash-2.05# md5sum /mnt/iso/film.avi
9227d225e8f172ac208db71b90f482bc /mnt/iso/film.avi
Problema se pare ca e de la tine si nu una generala.
Flower
--
The difference between Bill Gates and God is
God knows that He is not Bill Gates
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.