How To Mount Dvd In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The following command can be used to mount a DVD in Linux:
sudo mount /dev/dvd /media/cdrom –o ro
1. Insert the DVD into the drive.
2. Open the Terminal and enter the command “mount /dev/dvd /mnt”.
3. If the DVD is not automatically mounted, run the command “mount -t iso9660 -o ro /dev/dvd /mnt”
4. List the contents of the DVD by entering the command “ls /mnt”.
5. Unmount the DVD by entering the command “umount /mnt”.