Results 1 to 4 of 4
I have just bought a LaCie external hard disk and as I am a relative newbie to Linux and know next to nothing about the OS. I was wondering how ...
- 08-07-2004 #1Just Joined!
- Join Date
- Aug 2004
- Location
- Surrey, England
- Posts
- 2
Installing a USB External Hard Disk
I have just bought a LaCie external hard disk and as I am a relative newbie to Linux and know next to nothing about the OS. I was wondering how I would go about installing it.
(I should also point out that the drive has been re-formatted in ext3 format)
How do I go about mounting it? Is it just a simple mount command or do I need to change fstab, if so where do I find the extra fields of information required in it. Or would I need to do something else entirely?
I would greatly appreciate any feedback or prescriptions with regard to this.
Steve
- 08-07-2004 #2
http://www.linuxforums.org/forum/vie...ight=usb+thumb
See if that post on the forums (easily searchable) helps."Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 08-07-2004 #3
simple command, assuming linux has already assigned a dev/ to it.
in a terminal:
Code:su Password: mount /dev/[insert-name-here] /mnt/[whatever-u-want]
- 08-13-2004 #4Just Joined!
- Join Date
- Aug 2004
- Location
- Surrey, England
- Posts
- 2
Many thanks for the tips all is mounted and working well


Reply With Quote
