Re: SmartMedia Reader

From: Paul Lutus (nospam_at_nosite.zzz)
Date: 10/30/04

  • Next message: Paul Lutus: "Re: mouse crashing"
    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
    

  • Next message: Paul Lutus: "Re: mouse crashing"

    Relevant Pages

    • Re: SmartMedia Reader
      ... > create a desktop shortcut to click, and a file browser will open. ... > the contents of your flash card. ...
      (alt.os.linux.redhat)
    • Re: vnconfig and a compact flash disk image
      ... I've got an image of a 32mb compact flash card that I created by ... slice. ... How can I mount the two slices on different mount points? ...
      (freebsd-questions)
    • Re: vnconfig and a compact flash disk image
      ... >See the example of how to mount an ISO CD image in the examples section of the vnconfig man page; it should be the same, except the filesystem type will be msdos. ... The data for partition 1 is: ... "san32.img" off the flash card in the first place). ... The 'can't get disk parameters' worries me. ...
      (freebsd-questions)
    • USB Flash Card reader Suse 8.2 pro
      ... I'm trying to get my flash card reader recognized ... ... So I open a terminal su to root run mount /dev/sda and get ... ...
      (alt.os.linux.suse)
    • Re: USB Flash Card reader Suse 8.2 pro
      ... >> I'm trying to get my flash card reader recognized ... ... >> my fstab file. ... mount: wrong fs type, bad option, bad superblock on /dev/sda, ...
      (alt.os.linux.suse)