LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-19-2008, 10:41 AM   #1
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
External USB disc.


Hi!
I am planning to buy a new external USB hdd. Will it be possible to mount it in Slackware 12.1? I would like to format it in FAT32 in order to be able to access it through Slackware and from Win too.

Thanks,
Glore2002.-
 
Old 06-19-2008, 11:06 AM   #2
puter
Member
 
Registered: Jul 2006
Distribution: Slackware
Posts: 47

Rep: Reputation: 15
you will definitely be able to mount it
and it should be just as easy as mounting a cd as far as i can tell
 
Old 06-19-2008, 11:08 AM   #3
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Keep in mind that if you have really big files (4GB+) that FAT32 will not work for you. A NTFS partition might work better for you in that case. On my external hdd I have many partitions: 2 NTFS, 1 Linux, and 1 FAT32.
 
Old 06-20-2008, 09:59 AM   #4
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
How do I mount it?

Hello!
How can I mount it?

Thanks
Glore2002.-
 
Old 06-20-2008, 10:03 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
With "mount".
 
Old 06-20-2008, 10:17 AM   #6
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
Quote:
Originally Posted by glore2002 View Post
Hello!
How can I mount it?

Thanks
Glore2002.-
With HAL you no longer have to issue mount in order to mount external drives. You can simply go to "Storage Media" in Konqueror/Dolphin and click on the external partition's icon to mount it. Thunar has the same functionality as well (with volman I think).

If you are at the command line a lot like I am you may prefer to use something like pmount. It is a wrapper for mount that allows non-root users who are in the plugdev group mount external partitions (and internal ones as well if they are whitelisted). It also comes with pmount-hal which I think you would find useful as it uses HAL to detect all of the partition's options. Essentially executing
Code:
pmount-hal /dev/sda1
would be the equivalent of mounting it from your file manager as described eariler.

You can also set your system up so that partitions are mounted automatically upon device insertion, have icons appear on your desktop, etc. I don't use these features, however.
 
Old 06-20-2008, 12:33 PM   #7
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
Thumbs up Thank you!

Thank you! The reason I asked how to mount the drive was because it wasn't mounted automatically when connecting it and I wasn't able to mount it by hand either. This happened at work (with Ubuntu). Finally I could mount the unit. Now, I will try at home with Slackware.

The reason it didn't work was that I was connecting the USB cable (the one that comes with the external device to an extension USB cable and then the unit appeared as an icon but couldn't be mounted (that was what confused me). The message was "Unit can't be mounted". Without the usb extender, the drive worked ok.

So, as a conclusion, external usb hdd shouldn't be used with extenders! (maybe not all of them but, at least, the one I've tried).

Thanks for the help,
Glore2002.-

Last edited by glore2002; 06-20-2008 at 12:36 PM.
 
Old 06-20-2008, 01:06 PM   #8
shadowsnipes
Senior Member
 
Registered: Sep 2005
Distribution: Slackware
Posts: 1,443

Rep: Reputation: 73
You should be able to manually mount it with the extender attached as well, but the device name probably is different. You could use
Code:
/sbin/fdisk -l
to see which device is there to mount.
Something like
Code:
tail -n 10 /var/log/messages
right after inserting the device would probably help as well.
 
Old 06-20-2008, 01:16 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
USB extension cables are hit-or-miss, in my experience. I once had a webcam that many people just could NOT use an extension cable with, but I had no problems with it. The quality of the cable definitely makes a difference, as does the actual device you are trying to connect. The signal degrades pretty quickly with USB cables, so it really depends on the quality of the cable AND on the redundancy of the signal. An extension cable will almost definitely work with a simple Flash drive 100% of the time -- however, with a hard drive it's more hit-or-miss. Sometimes you can get away with using a powered USB hub, but even still some USB devices just don't play well with any extended length of cable.
 
Old 06-21-2008, 07:30 AM   #10
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
What about this external USB disc?

One of the external USB discs that are for sale here is:

Code:
http://www.amazon.co.uk/Western-Digital-160GB-Passport-External/dp/B000JRSMM2
From Western Digital. Does anyone have it or knows for sure it works with linux?

Thanks!
 
Old 06-21-2008, 07:42 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you not see the reviews on that page? Someone does indeed own the device and says that it does work under Linux (and to be honest, I don't see why it wouldn't). I think, in general, external storage devices like these are among the least problematic pieces of hardware to get working under Linux.

Last edited by Nylex; 06-21-2008 at 07:45 AM.
 
Old 06-21-2008, 12:27 PM   #12
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
OK. Thanks!

You're right Nylex. I haven't read the reviews. From what I've seen until now, there are two possibilities: a) enclosure boxes where you insert any 2,5 sata or sata II hd and b) boxes that are sealed like the WD one, Verbatim, etc.

Thank you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to, ntfs-usb-disc through USB 2.0 PCcard on Ubuntu Edgy? ch41r Linux - Hardware 1 07-12-2007 09:51 AM
External Disc(windows), is it just plug & play? aengelius Linux - Newbie 2 11-03-2006 04:19 PM
Help with partition for a usb external disc alek66 Linux - General 3 06-27-2006 08:33 AM
Installing Linux on external (USB) disc jia Linux - Hardware 1 05-24-2006 07:05 AM
external disc is not mounted thelonius Linux - Hardware 2 12-23-2005 10:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration