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 |
How do you execute more than one command or program from a single command line entry?
How do I check storage on linux?
How do I check terminal history?
What are the basic command in linux?
What are the linux commands used in devops?
How do you run command every time a file is modified?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is the command can be used to check for file corruption?
How can I only see the last 5 lines of a file?
What are the commands used in command prompt?
What does grep command do?
What can you type at a command line to determine which shell you are using?