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 does touch do in linux?
What is unix finger command?
How to check load balance using linux command?
what r the different command to check ram,process and hdd of linux machine
a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn
What does chmod 755 do?
What is trusted/untrusted operating system?
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?
Can I delete .bash history?
What is make command in linux?
how to see unallocated hard disk space on linux