Results 1 to 10 of 10
how do you mount an external hard drive in linux. when i put my usb in it picks it up in /media but doesnt pick up the external hard drive ...
- 05-23-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 7
mounting an external hard drive
how do you mount an external hard drive in linux. when i put my usb in it picks it up in /media but doesnt pick up the external hard drive when its connected. would it be located at some other file path.
P.S. only have access to command line
thanks
- 05-23-2007 #2
plug-in External Drive and execute this
check if machine recognizes and assign device name to it.Code:tail -s 3 -f /var/log/messages
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-23-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 7
- 05-23-2007 #4
execute su before tail command to gain root privileges.
Code:su tail -s 3 -f /var/log/messages
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-23-2007 #5Just Joined!
- Join Date
- May 2007
- Posts
- 7
command worked
what should i be looking for in the output messages
- 05-23-2007 #6
device name assigned to External disk.
this is output in my machine
devie name is sda. check the output of 'fdisk -l' command and note down partition numbers of new device and mount partitions.May 24 01:23:13 devils-den kernel: SCSI device sda: 121856 512-byte
May 24 01:23:13 devils-den kernel: sda: Write Protect is onIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-23-2007 #7Just Joined!
- Join Date
- May 2007
- Posts
- 7
no sign of sda or anything else that might resemble it
- 05-23-2007 #8
post output here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-23-2007 #9Just Joined!
- Join Date
- May 2007
- Posts
- 7
outpu from fdisk -l is:
/dev/hda1 *
/dev/hda2
/dev/hda3
/dev/hda5
/dev/hda6
hda1 hpfs/ntfs
hda2 linux plaintext
hda3 W95 Ext'd (LBA)
hda5 Linux swap / Solaris
hda6 Linux
- 05-24-2007 #10
post the output of 'tail' command here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
