cd /media
Now create a folder to mount the DVD into
sudo mkdir mydvd
Finally, mount the DVD using the following command:
sudo mount /dev/sr0 /media/mydvd
The DVD will be mounted and you can navigate to the media/mydvd folder and perform a directory listing within the terminal window.
cd /media/mydvd
ls -lt
How To Unmount The DVD Using The Command Line
To unmount the DVD all you have to do is run the following command:
sudo umount /dev/sr0
How To Eject A DVD Using The Command Line
To eject the DVD using the command line use the following command:
sudo eject /dev/sr0
Now create a folder to mount the DVD into
sudo mkdir mydvd
Finally, mount the DVD using the following command:
sudo mount /dev/sr0 /media/mydvd
The DVD will be mounted and you can navigate to the media/mydvd folder and perform a directory listing within the terminal window.
cd /media/mydvd
ls -lt
How To Unmount The DVD Using The Command Line
To unmount the DVD all you have to do is run the following command:
sudo umount /dev/sr0
How To Eject A DVD Using The Command Line
To eject the DVD using the command line use the following command:
sudo eject /dev/sr0
'IT' 카테고리의 다른 글
우분투 노틸러스에서 SSH로 다른 컴퓨터 연결하기 (0) | 2018.01.14 |
---|---|
갤럭시 S4 루팅 (0) | 2017.09.26 |
/var/lib/dpkg/lock 잠금 파일을 얻을 수 없습니다 - 해결 (0) | 2017.05.18 |
분할 압축 (0) | 2017.04.20 |
우분투 시스템 끄기 (0) | 2017.03.12 |