Search for Tips & Tricks

Google
 

Tuesday, January 22, 2008

How to mount a cdrom/pendrive on Linux system

For mounting cdrom user the command as su:

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

For mounting pendrive the command as su:

mount -t vfat /dev/sda1 /mnt/pendrive

No comments: