LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-30-2007, 01:37 PM   #1
mpdickson
LQ Newbie
 
Registered: May 2007
Posts: 3

Rep: Reputation: 0
Smile Just Installed external drive, need to format - Help!


I just installed a Maxtor 500 GB external USB drive onto my Linux machine. Linux sees the drive but will not let me transfer files over to it. Do I need to format it? Thanks for any help.
 
Old 05-30-2007, 02:47 PM   #2
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
Quote:
Originally Posted by mpdickson
I just installed a Maxtor 500 GB external USB drive onto my Linux machine. Linux sees the drive but will not let me transfer files over to it. Do I need to format it? Thanks for any help.
Well, the external case/hdd combo I got had both USB and ethernet - there should (theoretically) be instructions on how to access it in the book that probably came with the case.

Something like a user interface that needs (maybe) a user name and password, then maybe theres some tools that allow you to format the drive. It depends on the case/chipset on what formats you can actually format the hard drive as. My one only allows me to format as FAT32 or the Mac format - which is why I don't use it (actually I installed the hard drive into my system because my old one died) as FAT32 only allows files of 4gb and my music file is about 38 gigs!

So if it shows up on your desktop, click it and see what happens.

Hopefully that will point you in the right direction?

regards

John

p.s. Oh and if may also be the case that you have to have your user in a certain group to make use of the drive - something like backup??? You could try to see if your user a/c is in the right group by doing "groups" in a console (well I think thats how it's done - though there should be a way of checking that in your graphical desktop/control centre/whatever it is that you're using calls it.
 
Old 05-30-2007, 03:24 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681
If your system uses hal & udev, you may be able to right click on the icon for the device and choose mount.

If not, you can mount it manually and use either "umask" or "fmask" and "dmask" to give others permissions to access the drive. You can instead use "uid" and "gid" options in the mount command to make you the owner of the filesystem.

See "man mount" for info on the mount command. There is also a "man 5 fstab" man page.
 
Old 05-30-2007, 03:49 PM   #4
mpdickson
LQ Newbie
 
Registered: May 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you

Thanks, John for your help!


Quote:
Originally Posted by bigjohn
Well, the external case/hdd combo I got had both USB and ethernet - there should (theoretically) be instructions on how to access it in the book that probably came with the case.

Something like a user interface that needs (maybe) a user name and password, then maybe theres some tools that allow you to format the drive. It depends on the case/chipset on what formats you can actually format the hard drive as. My one only allows me to format as FAT32 or the Mac format - which is why I don't use it (actually I installed the hard drive into my system because my old one died) as FAT32 only allows files of 4gb and my music file is about 38 gigs!

So if it shows up on your desktop, click it and see what happens.

Hopefully that will point you in the right direction?

regards

John

p.s. Oh and if may also be the case that you have to have your user in a certain group to make use of the drive - something like backup??? You could try to see if your user a/c is in the right group by doing "groups" in a console (well I think thats how it's done - though there should be a way of checking that in your graphical desktop/control centre/whatever it is that you're using calls it.
 
Old 05-30-2007, 03:50 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,391

Rep: Reputation: 141Reputation: 141
Quote:
I just installed a Maxtor 500 GB external USB drive onto my Linux machine. Linux sees the drive but will not let me transfer files over to it. Do I need to format it? Thanks for any help.
By "sees the drive" do you mean that an icon pops up on your desktop or what? Generally, when you add a new drive to linux, you must partition it, create a filesystem(s) on your partition(s), create mountpoint(s) for the partition(s), and update /etc/fstab. You can probably do all that under the "Disks Managter" GUI, but I have no experience with it, as I've always done it all by hand in a terminal.
 
Old 05-30-2007, 03:51 PM   #6
mpdickson
LQ Newbie
 
Registered: May 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you

Thanks for your help!

Quote:
Originally Posted by jschiwal
If your system uses hal & udev, you may be able to right click on the icon for the device and choose mount.

If not, you can mount it manually and use either "umask" or "fmask" and "dmask" to give others permissions to access the drive. You can instead use "uid" and "gid" options in the mount command to make you the owner of the filesystem.

See "man mount" for info on the mount command. There is also a "man 5 fstab" man page.
 
Old 06-01-2007, 02:34 PM   #7
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
mpdickson, not to "insult your intelligence" or jschiwal's suggestion of referring to man pages, but IMO that they (the man pages that is) are produced in a "bloody awful" format - not designed for "light reading" hence I'd direct you toward the "how to read MAN pages" link in my sig (I often refer to it - because they confuse the hell out of me)!

regards

John
 
  


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
How to format a new external drive? Pumalite Linux - Hardware 9 04-09-2007 03:30 AM
How do I format and mount an external hard drive? Durham Linux - Hardware 1 12-19-2006 06:05 PM
How to format a partition on an external USB drive robbbert Linux - Hardware 8 08-17-2006 02:31 PM
how to mount a external hard drive in ext3 format? kuertensun Linux - Newbie 12 09-06-2005 06:51 PM
format an external scsi drive on linux Doyle Linux - Hardware 1 11-19-2003 02:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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