Questions tagged [drive]

A drive is a medium that is used to store digital information. Examples of drives are HDDs, SSDs, USB drives, etc. This is a generic scope tag that should be used in conjunction with a more specific drive tag where available.

A drive is a medium that is used to store digital information. There are many kinds of drives:

504 questions
59
votes
7 answers

What is the equivalent for switching drives in terminal on Linux?

In DOS, I switch between different drives by typing c:, d:, e: and so forth. But it doesn't work that way in Linux. Could anyone please tell me how to switch between different drives?
saiy2k
  • 703
31
votes
6 answers

Mounting OneDrive on Ubuntu Linux command line

For some requirement, I need to mount OneDrive instead of Syncing files through onedrive-d. Also, I need need a command line solution to automate something in my scripts. Can anyone help on this ? I tried to mount it from usual mount command, but…
23
votes
4 answers

Mount error, special device does not exist

I have a hard disk of 320 GB on ubuntu 12.04 64-bit. 2 drives of my hard (sda7 and sda8 of ext3 type) cannot be mounted. output of sudo mount /dev/sda7 /home/newfolder -t ext3 : mount: special device /dev/sda7 does not exist /dev/ contains the…
Dariush
  • 341
  • 1
  • 2
  • 6
23
votes
4 answers

How do I fix an Input/Output error using dd?

Hi i'm Trying fixing my Windows 7 system with a broken harddrive, but it's still running. I'm trying copy all data to a new drive to reinstall Windows 7. Drive called SQSERVICE. I can't copy at all - see below: $ sudo dd if=/dev/sdc1…
Erazer
  • 231
22
votes
6 answers

Ubuntu 16.04 set up with google online account but no drive folder in nautilus

Pretty much as the question says. I followed the steps to set up the online accounts through system settings but my drive folder is not showing up on Nautilus.
James
  • 651
13
votes
1 answer

How can I stop Gnome Shell's drive pop up notifications?

I have an NFS drive mapped in Ubuntu 11.10 using autofs which automatically mounts a drive on every boot. But if I use the Gnome Shell interface, a pop up notification keeps popping up from the bottom-centre of the screen saying the name of the…
nLinked
  • 3,387
12
votes
6 answers

What traces are left after booting by usb?

Is it true that a bootable Ubuntu USB drive does not allow anything to be written to the computer's hard drive? If so, would a computer with an SSD drive, like mine, also be left with no trace of a bootable USB session?
Seeker
  • 121
11
votes
2 answers

Can't install .deb version of Chrome

I've been trying to install .deb chrome file (google-chrome-stable_current_amd.64.deb). It is saved in my Downloads, so I tried this command sudo apt-get install ~/Downloads/google-chrome-stable_current_amd.64.deb After reading the package list…
11
votes
4 answers

How to add drive/partition-icon to the launcher?

My dualboot-system (win7 / ubuntu 12.04) has a ntfs-formatted partition called "/share" for files I use both in win7 and ubuntu (e.g. pictures, music etc.). I'd like to have a symbol of this drive in the launcher. But although the partition is…
bushi
  • 111
  • 1
  • 1
  • 3
10
votes
1 answer

Ubuntu 14.04 - Automatically mount USB drive without clicking on it manually?

Running Ubuntu 14.04 on my Intel NUC and using it right now as a HTPC, running XBMC. When I insert a USB drive, Ubuntu recognizes it and shows the drive in Nautilus, in the panel on the left. But the USB drive is not automatically mounted, I have to…
10
votes
2 answers

What causes file managers to show drives?

What forces a file manager to show unmounted partitions in the left pane? That is - what process is it that causes filemanagers to show drives - it's not fstab - I can show that here, I know that inserting a mountable volume makes it show. I'm…
8
votes
0 answers

How do I remove mounted drives from the unity launcher?

Possible Duplicate: How to remove launcher drive icons? In 11.10 how do I go about removing the mounted drives icons on the Unity Launcher? This article: http://www.webupd8.org/2011/04/how-to-remove-mounted-drives-from.html does not work, the…
8
votes
1 answer

Getting my File Manager to link to my Google Drive

I have a very small amount of storage on my computer and would like to conserve it, so I would like to know if there is a way to mount my Google Drive in Thunar or Nautilus on Ubuntu 12.04.5 LTS. Yes, I know, it's weird that I'm saying that I have…
8
votes
3 answers

How to I copy bootable USB flash drive to larger drive?

I've tired a number of things to get this to work and I'm missing something. I ran out of space on my 8gb bootable flash drive. I'm running 12.04 server. The drive has sda1 (primary 4gb), sda2 (extended 4GB) and sda5 (swap 4gb). I tried copying old…
7
votes
5 answers

Can you tell whether I have a hardware or software problem with a DVD-ROM drive?

Trying to copy the content of a DVD on a Asrock ION 330 running Maverick, i.e. with: dd if=/dev/sr0 of=dvdcopy ...I get errors in /var/log/messages: Jan 15 17:18:15 asrock kernel: [ 2616.445966] sr 1:0:0:0: [sr0] Unhandled sense code Jan 15…
motumboe
  • 243
1
2 3
33 34