Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
04-06-2006 #1
- Join Date
- Sep 2005
- Location
- Augustana College
- Posts
- 69
How to mount external hd? (what's the /dev/??? hardware address?)
I've been using Linux for a little while now, but I have something of a n00b question for someone: How do I mount an external hard drive? I can make the entry in /etc/fstab by hand, that's not normally a problem, except I don't know the hardware address (/dev/?something?) for the device. /dev/sda1 or /dev/sdb1 (depending on whether there's already a flashdrive mounted) doesn't work, and /dev/hde1 (I have 4 internal ide drives) doesn't work either.
Please let me know, and please let me know how to 'listen' to the kernel (I know there's a way to make the kernel print all messages on the terminal screen, that should tell me, but I don't remember the command).
Thank you very much!
-
04-06-2006 #2
If it's a USB drive (or firewire might work the same way), do this in a terminal:
Code:#tail -f /var/log/syslog
Then plug the drive into a USB (or firewire) port. You'll probably also need to power it on so it'll be recognized. Watch the terminal for new stuff that tells you where the device node is for the drive.Stand up and be counted as a Linux user!
-
04-06-2006 #3
- Join Date
- Sep 2005
- Location
- Augustana College
- Posts
- 69
Ah, thanks. I promise, I'll remember it this time