How to Auto mount Or Load Local Disk in Ubuntu
Howdy Guys,
Many will be looking to how to mount drives when you start the Ubuntu.Although there are many solutions , here is a simple solution to do it.Gut it will need internet connection to transfer a total data about 600KB.Here are the steps
Step 1:
Open Terminal and type:
sudo apt-get install pysdm
Tye your password and done,it will do the rest.Now you had installed a new App .To get it goto System>>Administration>>Storage Device Manager
Step 2:
Left side will show many sda's you have.T know your local drive try this on your terminal:
sudo fdisk -l /dev/sda
The above command will display the local drives in your system
Step 3:
Select on the drive ,which you want to mount automatically and click Ok.All done
Many will be looking to how to mount drives when you start the Ubuntu.Although there are many solutions , here is a simple solution to do it.Gut it will need internet connection to transfer a total data about 600KB.Here are the steps
Step 1:
Open Terminal and type:
sudo apt-get install pysdm
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJlkhqVWkcwWU1uwiusUGTQ61OjOP7p3chT1Ke_uL40yuj1E_KDpbe2f_rC3eRImADIZrKzWYYvb9nK8jcopJdS_WWkpoqNX1OiGmtE8QppTHLkKQa0MqJb_MONIBPW0HwXPy5lfQsbg9O/s320/aa.png)
Step 2:
Left side will show many sda's you have.T know your local drive try this on your terminal:
sudo fdisk -l /dev/sda
The above command will display the local drives in your system
Step 3:
Select on the drive ,which you want to mount automatically and click Ok.All done
Comments
Post a Comment