Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iso's
#1

how do i mount an iso to my harddrive? I'm having trouble burning the iso file , it just burns the one file to disk. anyway i figure it'll be easier to just mount the iso and then move all the files to a cd . so this is what i did:

 

[root@localhost tarballs]# mkdir /mnt/iso

[root@localhost tarballs]# ls /mnt

cdrom cdrom1 floppy hdb iso

[root@localhost tarballs]# /mount slax* /mnt/iso

-bash: /mount: No such file or directory

[root@localhost tarballs]# mount slax* /mnt/iso

mount: slax-3.0.25-2.iso is not a block device (maybe try `-o loop'?)

[root@localhost tarballs]# mount -o slax* /mnt/iso

mount: can't find /mnt/iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# mount -o slax-3.0.25-2.iso /mnt/iso

mount: can't find /mnt/iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# mount -o /mnt/iso slax-3.0.25-2.iso

mount: can't find /home/tim/tarballs/slax-3.0.25-2.iso in /etc/fstab or /etc/mtab

[root@localhost tarballs]# rmdir /mnt/iso

[root@localhost tarballs]# ls /mnt

cdrom cdrom1 floppy hdb

[root@localhost tarballs]#

 

what am i doing wrong ?

have fun

-tek-

Reply
#2
Check out the CD-Writing-HOWTO at [/url][url=http://www.ibiblio.org/pub/Linux/docs/HOWTO/CD-Writing-HOWTO]http://www.ibiblio.org/pub/Linux/docs/HOWTO/CD-Writing-HOWTO -- you can find a lot of answers to your most common questions at the Linux Documentation Project...
Reply
#3
mount -o loop file.iso /mnt/iso
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)