Re: How to mount USB key

2007-06-07 Thread Reid Linnemann
Written by ajm on 06/06/07 20:56 On Wed, Jun 06, 2007 at 01:21:56PM -0400, Mike Jeays wrote: On Wednesday 06 June 2007 12:57, Oscar Chavarria wrote: I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect

How to mount USB key

2007-06-06 Thread Oscar Chavarria
I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect super block. Thank you in advance for any help. --

Re: How to mount USB key

2007-06-06 Thread Jonathan Horne
On 6/6/07 11:57 AM, Oscar Chavarria [EMAIL PROTECTED] wrote: I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect super block. Thank you in advance for any help. try: Mount_msdosfs /dev/da0

Re: How to mount USB key

2007-06-06 Thread Mike Jeays
On Wednesday 06 June 2007 12:57, Oscar Chavarria wrote: I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect super block. Thank you in advance for any help. If it is a DOS-format device, you need to

Re: How to mount USB key

2007-06-06 Thread Roland Smith
On Wed, Jun 06, 2007 at 10:57:57AM -0600, Oscar Chavarria wrote: I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect super block. You're trying to mount the drive as a UFS filesystem; this is

Re: How to mount USB key

2007-06-06 Thread ajm
On Wed, Jun 06, 2007 at 01:21:56PM -0400, Mike Jeays wrote: On Wednesday 06 June 2007 12:57, Oscar Chavarria wrote: I want to copy files to it. I introduced the key and was recognized as da0. I did ls dev/da0 == dev/da0 Then mount /dev/da0 /home == incorrect super block. Thank