Debian Hardware :: Auto-mount External 2.0 TB (usb 3.0)
Jan 29, 2015
I bought a new external HDD - a Seagate 2 TB (actually 1.8 TB) but am unable to mount it. The drive is USB 3.0 while the ports on my system are USB 2.0 but that is NOT the issue. I am able to see the HDD without an issue on the CLI. I am on Jessie 64-bit.
Code: Select all$ lsusb
Bus 005 Device 003: ID 0bc2:ab24 Seagate RSS LLC
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]....
My question is why it does not automount. Also if I should try to manually mount it, how should I go about it ?
I got the disks pre-formatted in around 500 GB (or as close to it) multiples as can be seen.
The other question is why does /dev/sdb4 show some different dialog than the rest ?
View 2 Replies
ADVERTISEMENT
Apr 6, 2010
I have successfully mounted my Win7 volume and my external hard drives NTFS volume as well. However, after modifying the fstab I seem to only be getting the win7 volume to auto-mount. Below is the contents of my fstab. /dev/sdf3 is not mounting. Again, it works no problem if I manually mount it.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
[code]....
View 6 Replies
View Related
Mar 17, 2010
I have a problem that i have tried to solve for a couple of days.server with some internal disks. Those disks are for the core-system and some file server related stuff.Beside the server i got two external LaCie boxes that contains 4x1tb disks each. The disks inside the boxes are RAID5, so the system sees every box as one whole "disk".Now to the problem. I just can�t get those "two" RAID cofigurations two be auto mounted at boot. I have tried to put them in /etc/fstab with a whole bunch of different options but nothing works. The system sees them but don't auto mount them, and i can manually mount them without any problem at all. I have tried to "google" the problem but can't find any similar
View 4 Replies
View Related
Jan 31, 2010
Have a 1TB external USB hard drive I want to use on both Windows and Linux (Mythbuntu 9.10), so I thought the easiest way would be to format it with NTFS. Installed the NTFS-3G package and I'm able to read and write to the drive fine from Linux, however I have a few questions;
1) How do I configure Linux so that when it mounts the NTFS partition it is writeable for user, group and other (bascially I want everyone to have read and write access)? Currently when the NTFS disk is mounted the permissions are restricted to the user only and I suspect I'll need to edit fstab for this, but don't have much experience here so need help with the specifics.
2) If my Linux PC is turned on with the external drive attached, the disk is not mounted until I double click on the icon on the desktop. Is there anyway I can configure Linux so that it will automatically mount the external disk when booting?
Below is what is in my fstab file at present;
Quote:
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
[Code]....
View 5 Replies
View Related
Sep 26, 2010
The solution may to my problem may exist elsewhere, but I had trouble searching/finding it.I just bought a new external drive. The drive is formatted as ext4. I use it mainly in esata mode. Whenever I connect it, it mounts to /media/[UUID], where "[UUID]" is the UUID of the drive. I want it to be located at /media/backup when it is inserted, not in relation the UUID. I have tried putting a new line in my fstab (mount by UUID to folder) to mount the drive. It mounts correctly if the drive is connected to the computer and turned on during startup, but if the drive is off/not connected during startup Ubuntu barks at me. (I press 's' to skip mounting the drive) Is there a way to make external/removable drives mount to a certain location other than /media/[UUID] when they are inserted? I want the drive to mount to the folder while the computer is running, not only during startup.
View 3 Replies
View Related
Nov 13, 2009
I upgraded Ubuntu 9.04 to 9.10 desktop a few weeks ago and an external USB drive that was mounting at startup on 9.04 is no longer mounting on 9.10. If I unplug the USB cable and plug it back in it comes up. The issue is strange in that when a regular non-admin logs in the drive auto mounts but does not for an admin login. I have not been able to put together search results that would lead me to a hint of why this would occur and/or what aresolution may be.Why would the drive auto mount when a regular user logs in but not auto mount for an admin? When I say admin I guess what I mean is a user with more privileges such as member of the admin group.
View 2 Replies
View Related
May 5, 2011
How do I configure my Debian installation to mount external USB drives to mount points based on the volume names of the drives? For instance, if I have a thumb drive with the volume name of "SWORDFISH," how do I have Linux mount it at /media/SWORDFISH? I'm aware that this can be setup in FSTAB, but that requires that I know the UUID of the device beforehand and that I take the time to set each external device up in FSTAB first. That does nothing for me when I have a thumb drive that has never been plugged into my computer before.
This seems to be setup by default in Ubuntu/Kubuntu, but is not working for me with a fresh installation of Debian Squeeze and KDE4. I've spent the past 2 hours Googling for a solution and have turned up nothing. UPDATE: My results are inconsistent. Sometimes Debian mounts devices to mount points based on the volume names, and other times it gives them generic mount points (e.g. /media/usb1).
View 2 Replies
View Related
Jun 5, 2010
When i double click the ntfs drives in "computer" it shows "Invalid mount option when attempting to mount the volume 'Vista'. "
View 12 Replies
View Related
Mar 12, 2011
i did try to look for an open post for this, i found other items, but not exactly what i was looking for. i am not that o-fay with linux so you will have to bare with me.
firstly my disto.
Version: 2.30.2
Distributor: Debian
[code]....
View 2 Replies
View Related
Jul 12, 2011
Nautilus mounts NTFS partitions when I acces them, and before mounting, it asks for root password. Is there a method to auto-mount ntfs partitions on Debian startup, without requiring root password each time they are automatically mounted ? And without installing additional packages.
View 3 Replies
View Related
Jun 10, 2011
Sometimes when I plug in a USB flash drive, it is mounted to /dev/usb0 instead of /dev/drivename. This poses a problem for me because I have applications that depend on files I keep on flash drives, and having to frequently change the file paths is difficult. I haven't been able to find anything on this topic with a cursory search on Google or through the Debian reference. Heck, I don't even know what /dev/usb0 is (though I would like to learn, in the interest of being less of a noob). This is happening on a Squeeze system running Gnome, so I believe nautilus is what's responsible for auto-mounting my flash drives.
Beyond that, I don't know what other information I should provide; if you need to know something else, ask me (and perhaps tell me how to access that information). Someone on IRC suggested that I didn't have my drives set to mount in /dev/, but I have no idea how I would go about fixing that. If there's a configuration file that deals with this sort of thing, chances are I haven't touched it since installing this system. Debian installer sees usb drive as cd drive, so it adds it in fstab, but with wrong file system options (udf,iso9660) which is not the one your flash drive uses.
View 13 Replies
View Related
Feb 27, 2011
I've just made the switch from Ubuntu to Debian Squeeze and am having trouble connecting external media (be it a USB stick or an ext HD). The error I am getting when I connect anything via usb is the following:
Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error.
View 4 Replies
View Related
Nov 22, 2010
Unable to mount 1.0 TB Filesystem
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
[code]....
it only occurs on one HD it has ext4 file system just like the other external HD I have and the disk is healthy. It does mount with no problem at my netbook using ubuntu.
View 3 Replies
View Related
Nov 13, 2010
I have a debian machine with an external harddrive. I have a windows machine on the same network from which I can read the files from the debian drive, but I cant write to it.
At some point in time (several months ago?) I could.
currently, I have this line in my /etc/fstab: /dev/sdb1 /media/MUSIC/ vfat user,uid=1000,gid=1000,rw,umask=000 0 0
and i've tried a hundred different mount commands (but not as many as i've tried fstab lines) but generally have been using this at start up: sudo mount /dev/sdb1 /media/MUSIC/ (i am under the impression that i should not have to use 'sudo' when doing this, since the fstab line includes 'user' but if i dont, the command fails)
no matter what I've tried, the permissions come out as owned by root: drwxr-xr-x 905 root root 163840 2010-10-17 17:45 Music attempting (as root) to change ownership of the directory also does not work: chown: changing ownership of `/media/MUSIC/': Operation not permitted (because its a FAT file system, i think)
View 3 Replies
View Related
Aug 6, 2010
I have an external usb connected floppy drive that I cannot mount.#fdisk -1 does not show the drive, in my ignorance I thought that it being a usb it would be recognized the same as flash drives and my external usb ide hdd are recognized.The drive does work, I have tested it in windows computers.Does the floppy need special settings?This may be related or it may be another issue totally:The floppy is recognized in gparted although I cannot format the disc to fat16 or fat 32 as they are greyed out.
View 5 Replies
View Related
Aug 22, 2010
I have a new install of debian on my laptop. When I plug in my external hard drive (usb) I get the message. Invalid mount option when attempting to mount the volume 'External Drive'.
View 7 Replies
View Related
May 27, 2011
I am running wheezy + xfce. When I attempt to mount any external volume in Thunar, I get a message saying "Unable to mount-- not authorized." This is problem #1. A bigger problem that I think is related is my wireless. Logged in as a normal user, I cannot connect to any wireless networks using network-manager. My wireless card is functional and I can see all the networks around me, but when I click on one to connect, nothing happens. No password prompt, nothing. Strangely, when I log in as root, wireless works flawlessly. I am a member of the netdev group.
View 4 Replies
View Related
Sep 20, 2014
After updating my debian testing machine I got some trouble with external usb devices. The system is able to see them but it doesn't want to mount them.
This is the error I receive:
Code: Select all Error mounting filesystem
Not authorized to perform operation (udisks-error-quark, 4)...
View 6 Replies
View Related
Dec 13, 2010
Santa brought me an early Christmas present: a new External HD - Verbatim CLÖN - 250GBPlug it in and it works great. Problem is this: I do not use Windows at all just Debian Squeeze and this thing is formatted FAT32 - an ancient format.I would prefer EXT3 or maybe NTFS to be compatible with Windows "IF" there is a need (cousins etc).However as soon as I format it to NTFS or Ext3 it becomes "root" only.This is my HD, how can I format it and keep permissions for myself?
A friend suggested changing /etc/fuse.conf
# Set the maximum number of FUSE mounts allowed to non-root users.
# The default is 1000.
[code]....
View 3 Replies
View Related
Mar 8, 2009
Unless I am logged in as root, I am unable to mount an external device (such as a flash drive or music player) This is what I get: I can, of course, pull up a root terminal and use the mount command, but I don't want every user to have access to the root terminal, but I would like everyone to be able to mount external devices. Code: Linux debian 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux
View 9 Replies
View Related
Mar 14, 2010
I want all my external drives mounted when I start OS.I don't want to do it for a specific external drive. I want my external drives mounted by default.o you have an idea? Does linux have such a configuration I can change?
View 8 Replies
View Related
Dec 20, 2010
How to mount multiple external HDD's. I'd like to link or mount the music, torrents, and general files from several external hard drives and apply permissions (in some cases I only want the mount or link to be read only).
My setup:
- Seagate Dockstar running Debian squeeze (it's headless so I don't have a gui running)
- Two external HDD's with one partition on each (250GB and 400GB)
What I'd like to accomplish:
1. Mount the external HDD's to /media/HDDs as read/write (this is already working using udev and autofs and it's available in samba)
2. I'd like the MUSIC directories on both external HDD's to show up under the same mount point. In other words I want the MUSIC folders (from both HDD's) to appear as one large library of music. And I only want this to be readonly. It will be used as the library for mpd and/or squeezebox.
3. Mount a directory used to download torrents to. I'll probably pick on HDD as the target for torrent dowloads. But let me know if you have any other ideas regarding this.
Since I have the first one done, how would I accomplish 2 & 3?
View 1 Replies
View Related
Feb 10, 2011
I just switched to Debian 6 from Mepis 8.5. When Debian loads, it doesn't recognize or mount my external hard drives.
View 4 Replies
View Related
May 30, 2015
I can't mount my external hard drive with the graphic interface of my Xfce desktop anymore, since the latest upgrade.
The disk does show up, but when I try mounting it, I get a pop up window telling me that :
Failed to mount "My_Passport". Not authorized to perform operation.
View 12 Replies
View Related
Jul 19, 2010
I have servers installed with RHEL 4 2.6.9-89.0.9 ELsmp. I tried using uuid and label in /etc/fstab to automount usb drives to mountpoints that I specify after reboot. Unfortunately, it just does not work in all my RHEL4 servers. After every reboot, /etc/fstab will be automatically modified and all configurations related to my USB drives will be changed. Irregardless of whether i use UUID or LABEL in my /etc/fstab.However, it works on RHEL5. But, upgrading is not an option in my environment. I have been googling around looking for alternatives but everything seems to point back to using UUID or LABEL in /etc/fstab. Anyone has tried something that works? Please help me, thank you.
View 7 Replies
View Related
Dec 16, 2010
I am trying to mount an external USB hard drive. I'm using Debian Lenny 5. I tried to right-click on the hard drive and then select the mount command inside the gnome desktop environment but it gives me an error. Is there an easy way to mount and unmount this hard drive? The hard drive itself is formatted from the factory in NTFS. I'm going to leave it in this file format is a need to use it with Windows machines as well.
View 4 Replies
View Related
Jul 22, 2011
usb devices, such as external hdd, memory stick and mp3 player, when I connect them to USB, they show up in Nautilus, but when I click on them, Nautilus is unable to mount them and returns the following error: Unable to mount location Error mounting: mount exited with exit code 1: helper failed with:mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error in some cases useful info is found in syslog - try dmesg | tail or so
View 3 Replies
View Related
May 25, 2010
I have been trying to share folders from my main PC which is running Ubuntu 10.04. I have been able to figure out Samba enough to get my a couple of folders shared, but I have been unable to share any folders which are on my external harddrive. After entering the path in my smb.conf file they appear on the network but I am unable to navigate to them. When trying to navigate to them through the network folder on the pc they are actually connected to I get an "Unable to mount location: Failed to mount windows share" dialog box. On the windows pc I am trying to share with I get, "Windows cannot acces \Josh-Desktop
ame of folder"
My smb.conf file looks like this:
That folders I cannot access are Music and Videos.
View 9 Replies
View Related
Jun 3, 2010
I press On-button, Debian boots, logs in and automatically connects to the Wireless network AND! to my local pc via LAN. It runs an ssh server, so I can ssh into debian over internet and communicate with the local pc (send a magic packet).Here are my problems:
1) I don't how to log in automatically. This and this doesn't work.
2) I need a network tool that can manage multiple connections and has a reconnect feature. With the default network manager I cannot even connect to more than one network simultaneously although I have two network devices of course.
And I guess I can run all that in console mode, right?
View 10 Replies
View Related
Aug 8, 2011
Does anyone know what program I can use to set it up so when I plug in a VGA or HDMI monitor it automatically sets up video output?-P.S. -This is on a ArchLinux install with PekWM for the window manager
View 5 Replies
View Related