Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Saturday, 13 September 2014

[ Solved ] mount an unmounted Hard disk or a Usb drive in linux easily!

Sometimes on Linux machines you cannot mount the storage devices you want. Sometimes you don't even know what is the name given to that device by Linux system. So how to find out that and How to mount a Hard disk or a USB drive using simple Linux commands.

mount any HDD or USB in Linux mint | Linux | Linux Terminal

Mount any Hard disk or USB drive in Linux mint



First use this command & create a mount point for the HDD or USB drive.

sudo mkdir /media/newdisk

Now  use this command t find out what devices are connected and are still unmounted.

dmesg | tail

& now the final step! Use the following command to mount the HDD or USB drive.

sudo mount /dev/Your_Disk_name /media/newdisk



Wow you have done!!!

Spread this link so that others can too get benefit from this!!! :)


Saturday, 20 July 2013

How to remove Amazon ads from Ubuntu easily


Ubuntu is spying or kinda collecting our search terms used in dashboard & according to that they show Amazon ads. If you don't like someone is spying you then you can remove those ads from your Ubuntu dashboard and still can search other web services. And this ads are useless if you are using Ubuntu daily.

How to easily remove Amazon ads from Ubuntu.



Friday, 24 May 2013

Ubuntu is boring? Lets make it more interesting.

You like Ubuntu, you love its speed, you also love its cost which is nothing but it is damn boring. Really, not so. You can make Ubuntu interesting than any other OS like windows. In this tutorial I am going to telling you more about making Ubuntu very much interesting. [Tip: If you are new to Ubuntu & want to install it without loosing Windows then see this link]


Sunday, 24 March 2013

[Solved] Problem with wubi installer | Ubuntu

 Many of us want to try  Ubuntu  just for a curiosity about linux. But you don't want to loose existing windows so you tried Wubi insatller but after waiting for long time at the end of the installation it gives you an error & the installation process will get canceled. This is happened to me several times so I googled so much & after that I came to know a trick which was posted in Ubuntu forums.


Step 1
So what you have to do is just go to this & download .Torrent file and download Ubuntu.

Step 2
After downloading Ubuntu from torrent. Open that .iso file & extract it to your computer.

Step 3
Install Ubuntu through wubi installer included in that .iso. Create new username & password & hit next.

Step4
Thats it it will install Ubuntu within next 5-10 minutes. After that pc will restarted & a double boot menu will come & you can select any os you want.

You can uninstall Ubuntu in windows by going to Control panel => Uninstall a program =>Ubuntu.If you have any doubt then please let me know ( Leave a comment !! ).