diskonkey

2007-03-12 Thread Dima Sorkin

Hi.
By what device name should I mount
the flash memory disk (disk-on-key).

On linux it was /dev/sdb0, what is it's name on FreeBSD ?

Thanks,
Dima.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Jeremy Gransden

On 3/12/07, Dima Sorkin [EMAIL PROTECTED] wrote:


Hi.
By what device name should I mount
the flash memory disk (disk-on-key).

On linux it was /dev/sdb0, what is it's name on FreeBSD ?

Thanks,
Dima.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




What does dmesg call it after you insert it?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Dima Sorkin

Hi.
I see there
...
umass0: SanDisk Corporation Cruzer Mini, rev 2.00/1.25, addr 3
...

which means that I should

mount -o rw -t vfat /dev/umass0 MNT_POINT

as root
?

Thanks and regards,
Dima.

On 3/12/07, Jeremy Gransden [EMAIL PROTECTED] wrote:




On 3/12/07, Dima Sorkin [EMAIL PROTECTED] wrote:

 Hi.
 By what device name should I mount
 the flash memory disk (disk-on-key).

 On linux it was /dev/sdb0, what is it's name on FreeBSD ?

 Thanks,
 Dima.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]




What does dmesg call it after you insert it?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Yuri Grebenkin
On Mon, 12 Mar 2007 16:58:22 +0200
Dima Sorkin [EMAIL PROTECTED] wrote:

 Hi.
  By what device name should I mount
 the flash memory disk (disk-on-key).
 
 On linux it was /dev/sdb0, what is it's name on FreeBSD ?
 
 Thanks,
  Dima.

Try this (just a hint):
% mount_msdosfs /dev/da0s1 /path/where
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Wojciech Puchar

...
umass0: SanDisk Corporation Cruzer Mini, rev 2.00/1.25, addr 3
...

which means that I should

mount -o rw -t vfat /dev/umass0 MNT_POINT

as root
?



see farther so da0 (or 1,2,3) will show in logs

if it doesn't you may have not compiled da and scbus

then /dev/da0 will be the device and /dev/da0s1 - dos partition


Thanks and regards,
Dima.

On 3/12/07, Jeremy Gransden [EMAIL PROTECTED] wrote:




On 3/12/07, Dima Sorkin [EMAIL PROTECTED] wrote:

 Hi.
 By what device name should I mount
 the flash memory disk (disk-on-key).

 On linux it was /dev/sdb0, what is it's name on FreeBSD ?

 Thanks,
 Dima.
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]




What does dmesg call it after you insert it?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Dima Sorkin

Hi.
Yes !  I see da0. Thanks for everybody meanwhile.

(I should relogin as root, put myself in 'wheel' group, then
I will check whether it works)

Dima.

On 3/12/07, Wojciech Puchar [EMAIL PROTECTED] wrote:

 ...
 umass0: SanDisk Corporation Cruzer Mini, rev 2.00/1.25, addr 3
 ...

 which means that I should
 mount -o rw -t vfat /dev/umass0 MNT_POINT
 as root
 ?


see farther so da0 (or 1,2,3) will show in logs

if it doesn't you may have not compiled da and scbus

then /dev/da0 will be the device and /dev/da0s1 - dos partition

 Thanks and regards,
 Dima.

 On 3/12/07, Jeremy Gransden [EMAIL PROTECTED] wrote:



 On 3/12/07, Dima Sorkin [EMAIL PROTECTED] wrote:
 
  Hi.
  By what device name should I mount
  the flash memory disk (disk-on-key).
 
  On linux it was /dev/sdb0, what is it's name on FreeBSD ?
 
  Thanks,
  Dima.
  ___
  freebsd-questions@freebsd.org mailing list
 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 



 What does dmesg call it after you insert it?

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: diskonkey

2007-03-12 Thread Dima Sorkin

Hi.
Thanks for resolving the case.
diskonkey works fine.
Dima.
On 3/12/07, Wojciech Pucha wrote:
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


M-Sys DiskOnKey

2002-12-01 Thread Khairil Yusof
Anybody got this working?

Tried mounting under different da devices but no go. I found some
references under freebsd-stable, but advice there didn't work (they were
hunches on what might work).

It's supposed to be supported for linux 2.4.x kernels.

Any tips on how to get it working on FreeBSD?

dmesg:

da0 at umass-sim0 bus 0 target 0 lun 0
da0: M-Sys DiskOnKey 2.01 Removable Direct Access SCSI-0 device 
da0: 650KB/s transfers
da0: 7MB (15584 512 byte sectors: 64H 32S/T 7C)
da0: reading primary partition table: error reading fsbn 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi
status == 0x0


-- 
Khairil Yusof [EMAIL PROTECTED]



signature.asc
Description: This is a digitally signed message part