how do u extract files from iso cd images in linux?
Answers were Sorted based on User's Feedback
Answer / abhishek tyagi
mount -t iso9660 -o ro,loop=/dev/loop0 /home/ste/cd.iso /mnt/iso
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / ashish jain
mount <iso file path> <directory path where your want to
mount> -o loop
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / santhosh
Just simple
mount -o loop sample.iso /mnt/<directoryname>
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / mayilvahanan
simply mount with below command
1. mount -o loop /home/sample.iso /mnt (to mount iso)
2. mount - to check whether it has been mount or not
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the ipconfig command for linux?
how to see the system configuration in your linux system?
How do you open a command prompt when issuing a command?
How do I check disk space in linux?
what do know about commands?
What is the example of command sentence?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is gnu in linux?
How can I know my linux os is 32 bit or 64 bit? and How can i know my CPU is 32 bit or 64 bit in linux machine environment.?
What is know about grep commands?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What does history command do in linux?