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

What does touch do in linux?

0 Answers  


What is unix finger command?

0 Answers  


How to check load balance using linux command?

1 Answers   Rakuten,


what r the different command to check ram,process and hdd of linux machine

4 Answers  


a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn

0 Answers   MNC,


What does chmod 755 do?

0 Answers  


What is trusted/untrusted operating system?

8 Answers  


what is the roles and responsibilities in linux system admin having 2yrs exp..?

0 Answers   HCL, RNF Technologies,


Which command is used to compare the files?

0 Answers  


Can I delete .bash history?

0 Answers  


What is make command in linux?

0 Answers  


how to see unallocated hard disk space on linux

12 Answers   HCL,


Categories