1. Create ISO file from cdrom or DVD
sudo dd if=/dev/cdrom of=/path/to/iso/file
sudo dd if=/dev/dvd of=/path/to/iso/file
2. Create ISO file from directory
mkisoft -o /path/to/iso/file /path/to/directory
3. Mount ISO file
# mkdir /dir/for/mount
# mount -o loop -t iso9660 /path/to/iso/file /dir/for/mount
=-=-=-=-=
Powered by Blogilo
Không có nhận xét nào:
Đăng nhận xét