United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
Red Hat Enterprise Linux should automatically detect your connected Compact Flash Card Reader when it has a compact flash card in it and will assign it an identity as a SCSI device.
For example, if your machine has no SCSI drives, then the compact flash device will be /dev/sda. If your machine already has three SCSI devices, then it will be /dev/sdd. Any partitions on the flash card are numbered as for any connected hard disk, eg: /dev/sda1, /dev/sda2, etc.
If your flash card has only one partition then Red Hat Enterprise Linux will create an entry in /etc/fstab automatically to mount it as /mnt/memstick. You can mount it from the GUI using Disk Management, found in the System Tools menu.
If your flash card has more than one partition you will need to mount the other partitions manually from the command line using the mount command or you can manually create entries in /etc/fstab to allow it to be mounted from the GUI using the Disk Management tool.
Following is an example of an entry in /etc/fstab to allow mounting through the GUI of the second partition on a CF card connected to a machine with no other SCSI devices.
/dev/sda2 /mnt/memstick2 auto user,rw,exec 0 0
|