LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 11-15-2007, 07:15 AM   #1
jag2000
Member
 
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Blog Entries: 2

Rep: Reputation: 31
USB external Hard Drive


Hello i just bought a 320GB Seagate usb/firewire External HDD. I am awaiting it from newegg as we speak. I was wondering if anyone had any issues with 7.10 or is it just plug and play?

will it just auto mount or will i have to mount it manually?
 
Old 11-15-2007, 07:21 AM   #2
DotHQ
Member
 
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548

Rep: Reputation: 33
Most I have tried do not auto mount. But if you do a:
tail /var/log/messages
right after you plug in the device you will see what device ID your system assigned to the USB drive. It is normally sdb1 or sdc1 depending on how your hard drives are set up.

Then you can mount it with a command such as:

mount /dev/sdb1 /xdrive

Assuming /xdrive is a dir you previously created for a mount point.

Last edited by DotHQ; 11-15-2007 at 07:23 AM.
 
Old 11-15-2007, 07:25 AM   #3
jag2000
Member
 
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315

Original Poster
Blog Entries: 2

Rep: Reputation: 31
ok so assuming that works will i have to mount it everytime i plug it back in? i am unsure if i am just gonnna leave it on my server or take it with me to work or my parents /inlaws etc.
 
Old 11-15-2007, 09:07 AM   #4
Slick666
Member
 
Registered: Feb 2006
Distribution: Ubuntu 8.04; Debian Etch
Posts: 167

Rep: Reputation: 33
The problems that I had were these:

If I rebooted the machine I would have to unplug the drive (happens once a week at most)
After a period of time the system would make the drive read-only as a safety feature. I had to search the ubuntu forums for the answer.

I can't recall the exact solution with the read only feature but if you search the ubuntu forums it should be one of the first threads that come up
 
Old 11-15-2007, 09:27 AM   #5
DotHQ
Member
 
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548

Rep: Reputation: 33
Quote:
Originally Posted by jag2000 View Post
ok so assuming that works will i have to mount it everytime i plug it back in? i am unsure if i am just gonnna leave it on my server or take it with me to work or my parents /inlaws etc.
Yep. And before you unplug it you should un mount it. The command for that is:

umount /dirname

*no device name needed, just the dir name that you used for the mount point. Also the command is u m o u n t ...I've baffeled myself typeing unmount and wondering why it didn't work. It's because it is umount not unmount.

If you don't remember what dir you mounted it under just type:
df -h (-h makes the sizes easier to read, not required)
and it will show you all devices including the external drive.
 
Old 11-16-2007, 03:02 PM   #6
shep7620
LQ Newbie
 
Registered: Sep 2007
Location: Toledo, Ohio
Distribution: Ubuntu Family
Posts: 5

Rep: Reputation: 0
Thumbs up

The new version of Ubuntu does mount it automatically like others have said earlier. What's also easier is that it comes with the NTFS tool, so there shouldn't be compatibility issue when using it out of the box. One suggestion would be to format to FAT, so you can use it for all the platforms (Mac, Windows, Linux).
 
Old 11-16-2007, 05:18 PM   #7
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
Quote:
Originally Posted by shep7620 View Post
The new version of Ubuntu does mount it automatically like others have said earlier. What's also easier is that it comes with the NTFS tool, so there shouldn't be compatibility issue when using it out of the box. One suggestion would be to format to FAT, so you can use it for all the platforms (Mac, Windows, Linux).
FAT is a big mistake. Fat32 only allows file sizes of 2^32 - 1 bytes, which is 4 Gb. Therefore you can't store DVD images on FAT filesystems.

Last edited by SilentSam; 11-16-2007 at 05:34 PM.
 
Old 11-16-2007, 05:40 PM   #8
shep7620
LQ Newbie
 
Registered: Sep 2007
Location: Toledo, Ohio
Distribution: Ubuntu Family
Posts: 5

Rep: Reputation: 0
Thanks!

Solid info SilentSam. I don't see myself transferring a file over 4 gigs though (thankfully). Would you know a better format that is compatible with osX and Ubuntu?

Last edited by shep7620; 11-16-2007 at 05:45 PM.
 
Old 11-16-2007, 06:01 PM   #9
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
HFS+ is much better. In Windows, you'd have to install a tool like Macdrive to read the partition, but in Ubuntu the support I believe is out of the box from 7.04 on.
 
Old 11-16-2007, 06:43 PM   #10
shep7620
LQ Newbie
 
Registered: Sep 2007
Location: Toledo, Ohio
Distribution: Ubuntu Family
Posts: 5

Rep: Reputation: 0
Good stuff, thanks again!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
*** USB external hard drive and USB memory stick linux_2007_ Linux - General 1 07-17-2007 04:20 PM
Need help with external USB hard drive DrewWalden Linux - Hardware 7 05-06-2006 02:50 PM
external enclosure for an internal hard drive vs external USB hard drive powah Linux - Hardware 1 03-10-2006 09:03 AM
Installing grub to external USB hard drive for later use as internal hard drive dhave Linux From Scratch 2 12-10-2005 08:48 AM
XS Drive II external USB hard drive/card reader max74 Linux - Hardware 7 10-21-2003 10:41 PM

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

All times are GMT -5. The time now is 07:06 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