Forget about Nero, forget about MagicISO. These windows software just waste time and money. In Linux everything is just a line of command.
>dd if=/dev/cdrom of=2440.iso
5597332+0 records in
5597332+0 records out
2865833984 bytes (2.9 GB) copied, 430.944 s, 6.7 MB/s
Maybe you want to mount this iso file
> mkdir /dev/2440
>mount -o loop 2440.iso /dev/2440/
Or you want to mount the iso file at system startup, then add one line into /etc/fstab
/
No comments:
Post a Comment