Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Promise 378 controller
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
How to Mount external usb hardisk in Linux

How to Mount external usb hardisk in Linux

2007-04-23       - By Rick Stevens

 Back
Reply:     1     2     3     4     5     6     7  

On Mon, 2007-04-23 at 06:04 -0700, Manohar K N wrote:
> Hi Every one,
>  
>       Can you guide how access externela usb drive in linux pc. (or
> How to configure )

Assuming something relatively current such as RHEL 4U3, 4U4 or Fedora
Core 5 or 6, the drive should show up automatically in the /media
directory.  The directory it's mounted as will reflect the filesystem
label (if any).  For example, if the drive has a filesystem label such
as "FlashData", then it will probably mount as "/media/FlashData".

If there is no filesystem label (such as a DOS- or VFAT-formatted
drive), then it will probably show up as "/media/disk".

If it doesn't automatically mount, then the raw device name will be
"/dev/sdDP" where "N" will be "a" if this is the first SCSI disk, "b"
if it's the second and so on (NOTE: SATA drives are also considered
SCSI drives in Linux).  The "P" identifies the partition number in the
drive, starting at 1.  You will have to manually mount the drive by
first creating a mountpoint as the root user:

  # mkdir /media/mydisk

Then executing a mount command.  Assuming this USB disk is the second
SCSI drive (because you already have a SATA drive) and that the first
partition on the USB drive is the partition with the file system (most
likely):

  # mount /dev/sdb1 /media/mydisk

Voila!  Don't forget to unmount it before you unplug it:

  # umount /dev/sdb1   --OR--   # umount /media/mydisk

Either command will work.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Principal Engineer             rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-  Any sufficiently advanced technology is indistinguishable from a  -
-                              rigged demo.                          -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe