Changing cards in a reader (next step??)

2004-07-26 Thread hoe-waa
Aloha

I need to know where to go next. I have originated two previous threads
regarding this problem. 

http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/050819.html
http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/053047.html

I have followed all suggestions and responded with the output of my attemps. 
The problem remains unresolved. I have also requested that if anyone has this
working *properly* to respond but no one did.

Can I *assume* that this is a bug? Is the next step filing a bug report?
Being a newbie, can someone steer me in the right direction to file a bug 
report. Is there something else I should do?

Any assistance would be appreciated.

Thank You
Robert

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


Re: Changing cards in a reader (next step??)

2004-07-26 Thread David Kelly
On Jul 26, 2004, at 12:26 PM, [EMAIL PROTECTED] wrote:
I have followed all suggestions and responded with the output of my 
attemps. The problem remains unresolved. I have also requested that
if anyone has this working *properly* to respond but no one did.
Why not install /usr/ports/emulators/mtools/ and configure O: drive 
(O for Olympus) as /dev/da2s1 ?

Then one does not have to be root to insert or remove the card. Just 
access the card with mdir, mcopy, mdel, mcd, etc ... Yank the card out 
any time you are not using it and insert another just as one does with 
tar and tapes.

I'm thinking your issue is probably within mount_msdos. Mtools 
implement the DOS filesystem internally. Each M-command issued starts 
at the start of media, finds the directory and volume data, then goes 
to the appropriate file(s), completely from scratch each time. So there 
is no mount. It does tend to remember current directory.

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Changing cards in a reader (next step??)

2004-07-26 Thread hoe-waa

From: David Kelly [EMAIL PROTECTED]
Date: Monday, July 26, 2004 7:47 am


 
 On Jul 26, 2004, at 12:26 PM, [EMAIL PROTECTED] wrote:
 
  I have followed all suggestions and responded with the output of 
 my 
  attemps. The problem remains unresolved. I have also requested that
  if anyone has this working *properly* to respond but no one did.
 
 Why not install /usr/ports/emulators/mtools/ and configure O: 
 drive 
 (O for Olympus) as /dev/da2s1 ?
 
Aloha and thanks for responding. I hadn't tried mtools so I did as you
reccommended. The results were less than satisfactory. The problem is
when I am changing to a different size card. 

I start with a 128MB SmartMedia card in the reader.

hp# mdir O:/dcim/100olymp
 Volume in drive O has no label
Directory for O:/dcim/100olymp

.DIR 05-30-2004  15:59
..   DIR 05-30-2004  15:59
p6050002 jpg672166 06-05-2004   7:19
p6050003 jpg677171 06-05-2004   7:19
p6050004 jpg684658 06-05-2004   7:23
p6050005 jpg664210 06-05-2004   7:23
p6050006 jpg663849 06-05-2004   7:24
p6050009 jpg689533 06-05-2004   7:37
p6050010 jpg697084 06-05-2004   7:37
p6050011 jpg691391 06-05-2004   7:59
p6050012 jpg695390 06-05-2004   7:59
p1010074 jpg680523 01-01-2000   0:00
   12 files   6 815 975 bytes
124 059 648 bytes free

Then I remove it and place a 8MB SM card in the reader.

hp# mdir O:/dcim/100olymp
init O: non DOS media
Cannot initialize 'O:'

If I unplug and replug the USB cable

hp# mdir O:/dcim/100olymp
 Volume in drive O has no label
Directory for O:/dcim/100olymp

.DIR 06-26-2004  14:24
..   DIR 06-26-2004  14:24
p7120001 jpg694158 07-12-2004  18:27
3 files 694 158 bytes
  7 446 528 bytes free

The display is different using mtools but the results are the
same.

Thanks again for the help. I hope you have another idea or two.

Robert

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