Don’t act to satisfy others…Be true to your beloved ones…
This blog is a start up by few folks. Each have their own interest in different areas but they had one thing in common. They like to share whatever they have learn. They firmly believe in this quote "Those who bring sunshine into the lives of others, cannot keep it from themselves". They wish to light each others life, that sparked the idea of this blog. We work towards a common goal of making world smarter by becoming smarter.
Tuesday, 8 May 2012
Monday, 7 May 2012
How to mount pendrive in Linux/Unix/Centos
In shell, Enter as superuser(root) mode by using command: su -
Then
cd /mnt
Then
- type command: fdisk -l
- then create directory /mnt by using command
- mkdir urfolder
cd /mnt
- Then use command: mount /dev/sda1 /mnt/urfolder
- Now you can access your pendrive in /mnt/urfolder
- Give umount /dev/sda1
Subscribe to:
Posts (Atom)