On Mon, Nov 17, 2008 at 07:03:35AM -0500, Douglas A. Tutty wrote: > On Mon, Nov 17, 2008 at 12:45:47PM +0100, Christophe Rioux wrote: > > I try to mount an USB disk using FAQ14 > > (http://www.openbsd.org/faq/faq14.html) > > > > dmesg: > > umass0 at uhub0 port 4 configuration 1 interface 0 "Cypress Semiconductor > > USB2.0 Storage Device" rev 2.00/0.01 addr 2 > > umass0: using SCSI over Bulk-Only > > scsibus1 at umass0: 2 targets > > sd0 at scsibus1 targ 1 lun 0: <HTS72101, 0G9AT00, 0000> SCSI0 0/direct fixed > > sd0: 95396MB, 12161 cyl, 255 head, 63 sec, 512 bytes/sec, 195371568 sec > > total > > > > Disklabel sd0 > > disklabel: warning, DOS partition table with no valid OpenBSD partition > > I think I remember reading in the 4.4 FAQ that this is no longer > supported. Use fdisk to create a single bsd partition that takes up the > whole drive, then disklabel that partition.
No, this is wrong. The problem just is that ntfs is not supported by the GENERIC kernel. -Otto > > > mount /dev/sd0i /mnt > > mount_ntfs: /dev/sd0i on /mnt: Operation not supported > > > > What is wrong ? > > > > doug.