usbstorage with particular flash drive

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rsuinux
Newbie
Newbie
Posts: 2
Joined: Wed Aug 27, 2008 2:39 pm

usbstorage with particular flash drive

Post by rsuinux »

Hello
(sorry for my english)

Y have a flash drive not mounted with my debian testing.
The fat on the key is very particular:

Code: Select all

usbcore: registered new interface driver usb-storage
[15428.584609] USB Mass Storage support registered.
[15428.588326] usb-storage: device found at 7
[15428.588335] usb-storage: waiting for device to settle before scanning
[15433.711666] usb-storage: device scan complete
[15433.712858] scsi 1:0:0:0: Direct-Access     SITRONIX MULTIMEDIA       0.09 PQ: 0 ANSI: 0 CCS
[15433.759898] sd 1:0:0:0: [sdb] 4096 512-byte hardware sectors (2 MB)
[15433.760596] sd 1:0:0:0: [sdb] Write Protect is off
[15433.760604] sd 1:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[15433.760607] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[15433.762858] sd 1:0:0:0: [sdb] 4096 512-byte hardware sectors (2 MB)
[15433.763609] sd 1:0:0:0: [sdb] Write Protect is off
[15433.763618] sd 1:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[15433.763621] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[15433.763632]  sdb: unknown partition table
[15433.794066] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[15433.794135] sd 1:0:0:0: Attached scsi generic sg1 type 0
Y have installed photoviewer.exe, but this soft don't recognize the key.
(with ln -s /dev/sdb ./g: in my .wine/dosdevice/ )

Is possible to read/write with photoviewer.exe in th'is key?

thank you for your ideas
Rémi.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: usbstorage with particular flash drive

Post by vitamin »

rsuinux wrote:Hello
(sorry for my english)

Y have a flash drive not mounted with my debian testing.
The fat on the key is very particular:

Y have installed photoviewer.exe, but this soft don't recognize the key.
(with ln -s /dev/sdb ./g: in my .wine/dosdevice/ )

Is possible to read/write with photoviewer.exe in th'is key?
No wine does not access file system directly and hence can't mount it.
rsuinux
Newbie
Newbie
Posts: 2
Joined: Wed Aug 27, 2008 2:39 pm

Re: usbstorage with particular flash drive

Post by rsuinux »

vitamin wrote: No wine does not access file system directly and hence can't mount it.
OK. Thanks for your response.
Gert van den Berg

usbstorage with particular flash drive

Post by Gert van den Berg »

On Thu, Aug 28, 2008 at 6:22 PM, rsuinux <[email protected]> wrote:
vitamin wrote:
No wine does not access file system directly and hence can't mount it.
OK. Thanks for your response.
If you can mount it in Linux you should be able to use it with wine
though.... The wine drive needs to point to the mountpoint though...

Gert
Locked