01. Create a mount point – A place to load the data structure of the storage device (One time only)
[root@server ~]# mkdir /media/cdrom
02. See a mount point
[root@server ~]# ls -l /media
03. Verify the device driver assigned to your ROM
[root@server ~]# ls -l /dev/cd*
eg - /dev/scd0 , /dev/scd1 , /dev/scd2
04. Mounting the ROM
[root@server ~]# mount /dev/scd0 /media/cdrom
05. See the ROM data
[root@server ~]# cd /media/cdrom
[root@server ~]# ls –l
06. To take out the media
[root@server ~]# cd
[root@server ~]# eject
[root@server ~]# eject /dev/scd0
07. To take in the media
[root@server ~]# eject –t
[root@server ~]# eject -t /dev/scd0
------------------------------------------------------------------------------------------
Mounting a ROM drive
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment