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 is the command can be used to check for file corruption?

0 Answers  


Is cmake only for c++?

0 Answers  


How do you run command every time a file is modified?

0 Answers  


What is unix finger command?

0 Answers  


What is cpu in linux?

0 Answers  






I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????

3 Answers   Span Systems,


How many linux commands are there?

0 Answers  


How do I clear terminal command history?

0 Answers  


How does diff command work?

0 Answers  


How do you ask politely?

0 Answers  


What is the best cpu stress test?

0 Answers  


What would be the result of issuing the command cat phonenos?

0 Answers  


Categories