![]()
From: Zeki Çatav (zcatav@isnet.net.tr)
Date: Wed 07 Jun 2006 - 15:11:20 GMT
Çarşamba 07 Haziran 2006 03:55 tarihinde, yaşar tunçez şunları yazmıştı:
> Merhaba,
>
> Bir derginin dvd sinde verdiği Fedora 5 i vmware ile kurmak için
> iso'suna ihtiyacım var. Dergide Fedora diye bir dizinde. Bu Fedora
> dizininin iso sunu nasıl yapabilirim?
>
> Teşekkürler.
Merhaba,
Çevirmeye vaktim olmadığı için kusura bakmayın.
İyi çalışmalar.
***********************************************
creating a basic iso disc image from local files
one of the things you have to ensure before creating an iso for burning is
that you're not exceeding the 650/700MB limit of your media.
let's say that what you want to burn is in the directory ./files and we want
to check the size.
# du -sh ./files
now, we want to create our iso image, microsoft requires joliet (-J)
information
on the disc to properly render the long filenames, and rock ridge (-R) for
long
filenames under linux/unix.
# mkisofs -RJ -o image.iso ./files
***************************************************
-- Zeki Çatav http://kalpdamar.hekimi.com
_______________________________________________
Linux mailing list
Linux@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux
![]()