Saturday, September 10, 2011

How to mount/unmount any media


How mount any media
[root@local host]# mount   /dev/cdrom   /mnt or media   (when we mount cd or DVD then gives this cmd)
[root@local host]# mount  /

How umount any media
[root@local host]# umount   /dev/cdrom   /mnt or media
[root@local host]# mount 

No comments: