Hi,
I have got a ISO image from a DVD which has been created by dd utility as this:
[cmd=]# dd if=/dev/acd0 of=/usr/home/antonin/ISO/image.iso bs=2048[/cmd] that's okay and [cmd=]ls -lh /usr/home/antonin/ISO/*[/cmd] gives
Then, I did [cmd=]mdconfig -a -t vnode -f /usr/home/antonin/ISO/image.iso -u 0[/cmd] and it's again okay.
[cmd=]mount -t cd9660 /dev/md0 /cdrom[/cmd] and [cmd=]ls -lah /cdrom[/cmd] tells
So, I can't see all files there are in the ISO file ...
PS: This issue appears with all DVDs whereas it worked before I reinstalled my system, however it works great with CDs ...
[cmd=]uname -a[/cmd]
Thanks,
Gollum
I have got a ISO image from a DVD which has been created by dd utility as this:
[cmd=]# dd if=/dev/acd0 of=/usr/home/antonin/ISO/image.iso bs=2048[/cmd] that's okay and [cmd=]ls -lh /usr/home/antonin/ISO/*[/cmd] gives
Code:
-rw-r--r-- 1 antonin wheel 3.5G May 29 18:22 /usr/home/antonin/ISO/image.iso
Then, I did [cmd=]mdconfig -a -t vnode -f /usr/home/antonin/ISO/image.iso -u 0[/cmd] and it's again okay.
[cmd=]mount -t cd9660 /dev/md0 /cdrom[/cmd] and [cmd=]ls -lah /cdrom[/cmd] tells
Code:
dr-xr-xr-x 5 root wheel 2.0K Sep 20 2007 .
drwxr-xr-x 20 root wheel 512B May 27 20:57 ..
dr-xr-xr-x 2 root wheel 2.0K Apr 24 2006 IMAGES
dr-xr-xr-x 2 root wheel 2.0K Oct 12 2007 isolinux
dr-xr-xr-x 3 root wheel 2.0K Jul 3 2008 master
PS: This issue appears with all DVDs whereas it worked before I reinstalled my system, however it works great with CDs ...
[cmd=]uname -a[/cmd]
Code:
FreeBSD Golum_PC.home 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu May 12 18:55:45 CEST 2011
[email]root@Golum_PC.home[/email]:/usr/obj/usr/src/sys/FIREWALL_URTW i386
Thanks,
Gollum