{"id":256,"date":"2011-02-17T01:08:37","date_gmt":"2011-02-17T01:08:37","guid":{"rendered":"http:\/\/gigihfordanama.wordpress.com\/?p=256"},"modified":"2012-08-08T00:13:16","modified_gmt":"2012-08-08T00:13:16","slug":"how-to-burn-iso-image-on-freebsd","status":"publish","type":"post","link":"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/17\/how-to-burn-iso-image-on-freebsd\/","title":{"rendered":"How to burn ISO image on FreeBSD"},"content":{"rendered":"<p>cdrecord can be used\u00a0 to do it..<\/p>\n<p>To find your device:<\/p>\n<p><strong>root#cdrecord -scanbus<\/strong><\/p>\n<ul>\n<li>My console output<\/li>\n<li>root# cdrecord -scanbus<br \/>\nCdrecord-Clone 2.01 (amd64-unknown-freebsd8.0) Copyright (C) 1995-2004 Jrg Schilling<br \/>\nUsing libscg version &#8216;schily-0.8&#8217;.<br \/>\nscsibus0:<br \/>\n0,0,0\u00a0\u00a0\u00a0 \u00a0 0) &#8216;COMPAQ\u00a0 &#8216; &#8216;RAID 0\u00a0 VOLUME\u00a0 &#8216; &#8216;OK\u00a0 &#8216; Disk<br \/>\n0,1,0\u00a0\u00a0\u00a0 \u00a0 1) *<br \/>\n0,2,0\u00a0\u00a0\u00a0 \u00a0 2) *<br \/>\n0,3,0\u00a0\u00a0\u00a0 \u00a0 3) *<br \/>\n0,4,0\u00a0\u00a0\u00a0 \u00a0 4) *<br \/>\n0,5,0\u00a0\u00a0\u00a0 \u00a0 5) *<br \/>\n0,6,0\u00a0\u00a0\u00a0 \u00a0 6) *<br \/>\n0,7,0\u00a0\u00a0\u00a0 \u00a0 7) *<br \/>\nscsibus2:<br \/>\n2,0,0\u00a0\u00a0\u00a0 200) &#8216;MATSHITA&#8217; &#8216;DVD RAM UJ862A\u00a0 &#8216; &#8216;1.10&#8217; Removable CD-ROM<br \/>\n2,1,0\u00a0\u00a0\u00a0 201) *<br \/>\n2,2,0\u00a0\u00a0\u00a0 202) *<br \/>\n2,3,0\u00a0\u00a0\u00a0 203) *<br \/>\n2,4,0\u00a0\u00a0\u00a0 204) *<br \/>\n2,5,0\u00a0\u00a0\u00a0 205) *<br \/>\n2,6,0\u00a0\u00a0\u00a0 206) *<br \/>\n2,7,0\u00a0\u00a0\u00a0 207) *<br \/>\nproxy#<!--more--><\/li>\n<\/ul>\n<p>To get some information about your drive, note here we get the &#8220;driver flags&#8221; and &#8220;supported modes&#8221;:<\/p>\n<p><strong>root#cdrecord dev=2,0,0 -checkdrive<\/strong><\/p>\n<ul>\n<li>root# cdrecord dev=2,0,0 -checkdrive<br \/>\nCdrecord-Clone 2.01 (amd64-unknown-freebsd8.0) Copyright (C) 1995-2004 J\ufffdrg Schilling<br \/>\nscsidev: &#8216;2,0,0&#8217;<br \/>\nscsibus: 2 target: 0 lun: 0<br \/>\nUsing libscg version &#8216;schily-0.8&#8217;.<br \/>\nDevice type\u00a0\u00a0\u00a0 : Removable CD-ROM<br \/>\nVersion\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : 0<br \/>\nResponse Format: 2<br \/>\nCapabilities\u00a0\u00a0 :<br \/>\nVendor_info\u00a0\u00a0\u00a0 : &#8216;MATSHITA&#8217;<br \/>\nIdentifikation : &#8216;DVD RAM UJ862A\u00a0 &#8216;<br \/>\nRevision\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 : &#8216;1.10&#8217;<br \/>\nDevice seems to be: Generic mmc2 DVD-R\/DVD-RW.<br \/>\ncdrecord: Cannot load media with this drive!<br \/>\ncdrecord: Try to load media by hand.<br \/>\ncdrecord: This version of cdrecord does not include DVD-R\/DVD-RW support code.<br \/>\ncdrecord: If you need DVD-R\/DVD-RW support, ask the Author for cdrecord-ProDVD.<br \/>\ncdrecord: Free test versions and free keys for personal use are at ftp:\/\/ftp.berlios.de\/pub\/cdrecord\/ProDVD\/<br \/>\nUsing generic SCSI-3\/mmc\u00a0\u00a0 CD-R\/CD-RW driver (mmc_cdr).<br \/>\n<strong>Driver flags\u00a0\u00a0 : MMC-3 SWABAUDIO BURNFREE <\/strong><br \/>\nSupported modes: TAO PACKET SAO<br \/>\nproxy#<\/li>\n<\/ul>\n<p>Burning iso image:<\/p>\n<p><strong>root#cdrecord dev=2,1,0 -v -eject speed=40 \/path\/to\/your.iso<\/strong><\/p>\n<p>Make\u00a0 iso:<\/p>\n<p><strong>root#mkisofs -J -r -V VolName -o out.iso path_to_burn<\/strong><\/p>\n<p>Make\u00a0 iso not from\u00a0 blok 0:<\/p>\n<p><strong>root#mkisofs -J -r -C 0,XXX -V VolName -o out.iso \/path\/to\/be\/burned<\/strong><\/p>\n<p>Make\u00a0 iso not form\u00a0 0 get from another device:<\/p>\n<p><strong>root#mkisofs -J -f -C 0,XXX -M 0,1,0 -o out.iso \/path\/to\/be\/burned <\/strong><\/p>\n<p>Eject or closing cd use cdcontrol,<\/p>\n<p>see cdcontrol(1). cdcontrol close cdcontrol eject<\/p>\n<p>Kernel Configuration t oactivated\u00a0 scsi cdrw:<\/p>\n<p>device atapicam<\/p>\n<p>device ata<\/p>\n<p>device scbus<\/p>\n<p>device cd<\/p>\n<p>device pass<\/p>\n<p>Mounting iso image:<\/p>\n<p>mdconfig -a -t vnode -f \/path\/to\/file.iso -u 0 mount -t cd9660 \/dev\/md0 \/iso<\/p>\n<p>Releasing md device:<\/p>\n<p>mdconfig -d -t vnode -u 0<\/p>\n<p>Materials: &#8211; cdrecord<\/p>\n<p>(1), mkisofs(8),<\/p>\n<p>mdconfig(8) &#8211;<a href=\"http:\/\/www.freebsd.org\/doc\/en_US.ISO8859-1\/books\/handbook\/creating-cds.html#ATAPICAM\"> http:\/\/www.freebsd.org\/doc\/en_US.ISO8859-1\/books\/handbook\/creating-cds.html#ATAPICAM<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>cdrecord can be used\u00a0 to do it.. To find your device: root#cdrecord -scanbus My console output root# cdrecord -scanbus Cdrecord-Clone 2.01 (amd64-unknown-freebsd8.0) Copyright (C) 1995-2004 Jrg Schilling Using libscg version &#8216;schily-0.8&#8217;. scsibus0: 0,0,0\u00a0\u00a0\u00a0 \u00a0 0) &#8216;COMPAQ\u00a0 &#8216; &#8216;RAID 0\u00a0 VOLUME\u00a0 &#8216; &#8216;OK\u00a0 &#8216; Disk 0,1,0\u00a0\u00a0\u00a0 \u00a0 1) * 0,2,0\u00a0\u00a0\u00a0 \u00a0 2) * 0,3,0\u00a0\u00a0\u00a0 \u00a0 3) &hellip; <a href=\"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/17\/how-to-burn-iso-image-on-freebsd\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;How to burn ISO image on FreeBSD&#8221;<\/span><\/a><\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1348,9],"tags":[],"class_list":["post-256","post","type-post","status-publish","format-standard","hentry","category-kiat-sukses-menjadi-seorang-network-engineer-2","category-world-of-ict"],"_links":{"self":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/256"}],"collection":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":0,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/256\/revisions"}],"wp:attachment":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/media?parent=256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/categories?post=256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/tags?post=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}