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

Comments

Popular posts from this blog

Listing/Delisting of an article in to an Assortment in SAP SCM Retail

How To Install LEX and YACC in Linux or Ubuntu

How to Implement Two - Pass Assembler in C / Assembler C Code