Re: SmartMedia Reader
From: Paul Lutus (nospam_at_nosite.zzz)
Date: 10/30/04
- Previous message: Lenard: "Re: Automatic mount on boot for iso9660 images"
- In reply to: William Witt: "SmartMedia Reader"
- Next in thread: William Witt: "Re: SmartMedia Reader"
- Reply: William Witt: "Re: SmartMedia Reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Oct 2004 23:20:56 -0700
William Witt wrote:
> I recently made the switch from WinXP to Linux(Fedora Core 2) for my home
> computer. We have a Sandisk 6 in 1 USB memory card reader. The system
> auto-detected the device and created a mountpoint /mnt/flash, which
> corresponds to /dev/sda1 in the fstab. However, the system does not want
> to mount the device. I've tried mounting /dev/sda1 through 9 manually,
> thinking that each port might be a different device. Are there any
> suggestions? We use this device to get the pictures off of our digital
> camera, and it's kind of important that I get it working.
I also have FC2, and I have worked this out. If the mount point /mnt/flash
is created automatically when you plug in the reader, all you need to do is
create a desktop shortcut to click, and a file browser will open. Here are
the contents of a typical desktop shortcut:
[Desktop Entry]
Name=CF Card sda1
Dev=/dev/sda1
FSType=auto
Icon=zip_mount
MountPoint=/mnt/flash
Type=FSDevice
UnmountIcon=zip_unmount
X-KDE-Dynamic-Device=true
Just create a text file with this content, name it in any convenient way,
put it in your desktop directory, and click it when you want to operate on
the contents of your flash card.
If you want to mount your flash card in a shell script, do it this way:
$ mount /dev/sda1 /mnt/flash
By sure to unmount the card before removing it:
$ umount /mnt/flash
-- Paul Lutus http://www.arachnoid.com
- Previous message: Lenard: "Re: Automatic mount on boot for iso9660 images"
- In reply to: William Witt: "SmartMedia Reader"
- Next in thread: William Witt: "Re: SmartMedia Reader"
- Reply: William Witt: "Re: SmartMedia Reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|