Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2005 20:20:21 GMT
From:      Andy Fawcett <andy@athame.co.uk>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: kern/84930: something wrong with msdosfs on amd64
Message-ID:  <200508142020.j7EKKLWF094928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/84930; it has been noted by GNATS.

From: Andy Fawcett <andy@athame.co.uk>
To: bug-followup@freebsd.org,
 mi@aldan.algebra.com
Cc:  
Subject: Re: kern/84930: something wrong with msdosfs on amd64
Date: Sun, 14 Aug 2005 23:14:37 +0300

 MIME-Version: 1.0
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 Message-Id: <200508142314.38088.andy@athame.co.uk>
 
 At least here on 6.0-BETA2/amd64 it is working fine
 
 umass0: USB Mass storage, rev 2.00/2.00, addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: <BUFFALO ClipDrive 2.00> Removable Direct Access SCSI-2 device
 da0: 40.000MB/s transfers
 da0: 250MB (512000 512 byte sectors: 64H 32S/T 250C)
 
 [tap@ping Done]$ sudo mount -t msdosfs /dev/da0s1 /cdrom
 [tap@ping Done]$ ls -l /cdrom/
 total 43820
 <remove valid list of files because some are confidential>
 [tap@ping Done]$ sudo touch /cdrom/test
 [tap@ping Done]$ ls -l /cdrom/
 total 43820
 <remove same valid list of files because some are confidential>
 -rwxr-xr-x  1 root  wheel         0 Aug 14 23:08 test
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508142020.j7EKKLWF094928>