how do u extract files from iso cd images in linux?

Answers were Sorted based on User's Feedback



how do u extract files from iso cd images in linux?..

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

how do u extract files from iso cd images in linux?..

Answer / ashish jain

mount <iso file path> <directory path where your want to
mount> -o loop

Is This Answer Correct ?    11 Yes 1 No

how do u extract files from iso cd images in linux?..

Answer / santhosh

Just simple

mount -o loop sample.iso /mnt/<directoryname>

Is This Answer Correct ?    7 Yes 0 No

how do u extract files from iso cd images in linux?..

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

how do u extract files from iso cd images in linux?..

Answer / people

From ISO MAGIC

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More Linux Commands Interview Questions

In my linux machine, i lost /etc/passwd file and /etc/shadow file, then how can i recover it?

5 Answers   Google,


What is the symbol of linux?

0 Answers  


How to give acl permission in numerical mode on linux?

0 Answers  


why do u want to join this company

6 Answers   HCL, Infosys, United Healthcare, Wipro,


How do I check my cpu cores?

0 Answers  






Explain any one service which are working on udp only?

0 Answers  


How do I clear bash history in linux?

0 Answers  


What is the command to see the installed rpm's in the linux system.

4 Answers  


Diff b/w C-shell and Born-shell

2 Answers   HP,


How do I check terminal history?

0 Answers  


How can we increase disk read performance in single command in Linux operating system?

0 Answers   Winsol Solutions,


How will retrieves incoming mails from different web sites

2 Answers   HCL, HP,


Categories