Re: USB SanDisk doesn't work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/06/07 14:12:16, Mike - EMAIL IGNORED wrote:
> On Mon, 06 Aug 2007 16:36:16 -0400, Randy Ramsdell wrote:
> 
> > Mike - EMAIL IGNORED wrote:
> >> [quoted text muted]
> > First check to see if it is mounted.
> > 
> > df -h  (will show the the mounts)
> > 
> > If it isn't mounted try this:
> > 
> > mount -t filestems_type    disk   mountpoint
> > 
> > EG:
> > 
> > mount -t vfat /dev/sdb1 /mount_point 
> > 
> > (NOTE:  Choose your mount point to a directory that is there. Maybe
> > "/mnt" be sure not to squash another filesystem that me be mount)
> 
> No luck.  Here is a (somewhat edited) log:
> 
> # put thumb in
> # /mnt/usb exists
> 
> [root@mbrc15 ~]# ls /dev/sdb
> /dev/sdb
> [root@mbrc15 ~]# ls /dev/sdb/
> ls: cannot access /dev/sdb/: Not a directory
> [root@mbrc15 ~]# mount -t vfat /dev/sdb /mnt/usb
> mount: No medium found
> [root@mbrc15 ~]# mount -t vfat /dev/sdb0 /mnt/usb
> mount: special device /dev/sdb0 does not exist
> [root@mbrc15 ~]# mount -t vfat /dev/sdb/0 /mnt/usb
> mount: special device /dev/sdb/0 does not exist
>        (a path prefix is not a directory)
> 
> [root@mbrc15 ~]# mount -t vfat /dev/sdb1 /mnt/usb
> mount: special device /dev/sdb1 does not exist
> [root@mbrc15 ~]# ls /dev/sdb
> /dev/sdb
> 
> # pull out thumb
> 
> [root@mbrc15 ~]# ls /dev/sdb
> ls: cannot access /dev/sdb: No such file or directory
> [root@mbrc15 ~]# ls /dev/sdb*
> ls: cannot access /dev/sdb*: No such file or directory
> 
> # put thumb back and wait a few seconds
> 
> [root@mbrc15 ~]# ls /dev/sdb*
> /dev/sdb

I suggest that this is the wrong direction. I have a SanDisk e250 that 
is mounted by HAL without difficulty. I assume that HAL is running; if 
not, perhaps that is the problem. (I'm also running Gnome, but I 
suspect that that's irrelevant.) 

Mount shows this: 
/dev/sdb1 on /media/Sansa e250 type vfat 
(rw,noexec,nosuid,nodev,shortname=winnt,uid=501)

This might be useful as well: 
http://www.howtoforge.com/sandisk_mp3_player_linux

I also added the following stanza to  
/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi

          <!-- Sandisk Corp. Sansa e250 (maybe others as well) -->
           <match key="@storage.physical_device:usb.product_id" 
int="0x7421">
            <append key="info.capabilities" 
type="strlist">portable_audio_player</append>
            <merge key="info.category" 
type="string">portable_audio_player</merge>
            <merge key="portable_audio_player.type" 
type="string">generic</merge>
            <merge key="portable_audio_player.access_method" 
type="string">storage</merge>
            <merge key="portable_audio_player.storage_device" 
type="copy_property">info.udi</merge>
            <append key="portable_audio_player.output_formats" 
type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.output_formats" 
type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.input_formats" 
type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.input_formats" 
type="strlist">audio/x-ms-wma</append>
          </match>
        </match>






[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux