Operating Systems > Not Quite Mainstream OSes
[BeOS] write ISO file to hdd! (all right 'experts' this one is for you...
MrX:
thaose are some good ideas. but the reply posted by Stryker is not making sence to me. any recommended reading?
KernelPanic:
Read:
mount command
The Linux CD-ROM HOWTO
Win -> Linux HOWTO
Stryker:
When did this go from linux to beos? Eh...
linux:
i dont understand what u are trying to do. Do you want an application to think the iso is a cdrom drive? If so, you can do this as root:
rm -f /dev/cdrom
mv /home/me/myfile.iso /dev/cdrom
mount -o loop /dev/cdrom /mnt/cdrom
and to undo it:
umount /mnt/cdrom
mv /dev/cdrom /home/me/myfile.iso
ln -s /dev/hdc /dev/cdrom
This way, applications get the actual cd, not just the files inside it (some verify data in other areas, like some windows games do for verification).
Is this what you meant?
[ January 18, 2005: Message edited by: Stryker ]
M51DPS:
Just out of curiosity, why is it easier to use a hard drive than just a regular cd?
Refalm:
quote:Originally posted by M51DPS:
Just out of curiosity, why is it easier to use a hard drive than just a regular cd?
--- End quote ---
Because you don't have to search for disks all the time and it's faster from the hard disk.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version