How to mount a pendrive or CD-ROM in Linux?
Step:-1
First check what are the file system in the Linux by below command.Always last file system would be mount.You have to make sure which drive needs to be mount.
root@localhost# fdisk -l
step2:-
create a directory in the linux to which you will mount it.
root@localhost# mkdir /mnt/pendrive
Step3:-
root@localhost#mount -t vfat {/dev/sdc1} /mnt/pendrive
You will find a icon will come to your desktop.The CD rom would be same as pendrive.
No comments:
Post a Comment