Re: SanDisk Mini Cruzer USB memory stick

From: Robin Laing (Robin.Laing_at_drdc-rddc.gc.ca)
Date: 09/28/04

  • Next message: Chadley Wilson: "Scripting names from a file"
    Date: Tue, 28 Sep 2004 08:28:15 -0600
    To: Xavier Gonzalez <xavier.gonzalez@gmail.com>, For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    Xavier Gonzalez wrote:
    > I tried
    > /dev/sda1 /mnt/usb vfat noauto,users 0 0
    > and when shuting down, it kind of freak out for a second.
    > The on reboot, I tried the to see if it would still mount:
    > $ modprobe usb-storage
    > $mount /mnt/usb/
    >
    > and while before I use to get a message saying
    > $fs device not supported (or something along those lines)
    >
    > now I am getting
    > $ mount: No medium found
    >
    > I know is just a matter of parameters being wrong. Anybody any ideas?
    >
    > --Xavier
    >
    > On Mon, 27 Sep 2004 20:34:35 -0500, Jeff Vian <jvian10@charter.net> wrote:

    I have run into a similar problem. No real file system on the stick.

    Using fdisk on the stick showed multiple file systems.

     From the manual (A generic USB 2.0 Flash Drive User Manual) for the
    stick it gives this procedure. I pasted in the instructions from the pdf.

    As root.
    Do "fdisk" on the Flash Drive with the following command
      # /sbin/fdisk/ /dev/sda
      Enter "p" to display the partition table
      Enter "d" to delete the partition tables one by one
      Enter "o" to create a new empty DOS partition table
      Enter "n" to add a new partition
      Enter "p" to create primary partition
      Enter "1" for the partition number
      Press "Enter" two times for all capacities
      Enter "w" to write table to disk and exit
    Have the Flash Drive formatted by FAT file system with the command
      # /sbin/mkfs.vfat /dev/sda1
    Mount the Flash Drive with the command
      # mount ­t vfat /dev/sda1<expected mount point>
    Mount the Flash Drive with the command
      # mount ­-t vfat /dev/sda1<expected mount point>

    Now when I say generic, I mean it. There is no mention of the
    manufacturer or brand in any of the text or graphics in the document.

    I got the manual from
    http://www.apacer.com/apacer_english/support_html/download.asp
    and under User Manual select Handy Steno 2.0.

    Now this works for this stick but it may not work for yours.

    -- 
    Robin Laing
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Chadley Wilson: "Scripting names from a file"

    Relevant Pages

    • Re: Trying to move /usr - Fixed
      ... After thinking about that mv command, ... Note /dev/ad8s1e is an empty partition (a new disk, ... I'll use user and usrdemo as the names of the ... the root of the file system. ...
      (freebsd-questions)
    • RE: Machine not Booting - Continued
      ... mkraid command and the mount command in the script as you suggested (in no ... Otherwise specify the same mkraid and mount command in /etc/rc.local. ... it has no proper file system to mount. ...
      (RedHat)
    • Re: Salvaging data from USB flash disk
      ... The image file comes from your entire disk, ... not only the partition containing the file system with data. ... You will not be able to mount the image, ...
      (comp.os.linux.hardware)
    • Re: fsck failure at boot
      ... the relevance of SANsurfer would depend on what the problem is. ... I'm a bit confused by the "*** An error occurred during the file system check" error message you mentioned in your first mail. ... The complaint about the superblock problem can be ignored, in as far as the superblock must be correct - as is evident from the fact that you can mount the partition just fine when the system is fully booted. ...
      (RedHat)
    • Re: How to auto mount a PART_DOS32 patition in WinCE4.2 with 2k byte/page nandflash?
      ... sectors as READONLY, ... file system fatfsd.dll ... Partition Properties ... opens a message box that sais "Unable to mount partition". ...
      (microsoft.public.windowsce.platbuilder)