DevTech101

DevTech101

First get the device name

dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer'

Create mountpoint if not exsists

mkdir /media/cdrom

mkdir /media/disk

Syntax to mount DVD / CDROM in Linux

mount -t iso9660 -o ro /dev/deviceName /path/to/mount/point

For Example

mount -t iso9660 -o ro /dev/sr0 /cdrom

Syntax to mount disk in Linux

mount /dev/deviceName /path/to/mount/point

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: