Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2009 08:14:15 -0800
From:      Robert <traveling08@cox.net>
To:        n dhert <ndhert@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: adding USB hard-disk
Message-ID:  <20091118081415.4074f47c@asus64>
In-Reply-To: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com>
References:  <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Nov 2009 16:16:32 +0100
n dhert <ndhert@gmail.com> wrote:

> I have an external USB hard disk, wich already has unix dirs and
> files on it.
> When plugging into a OpenSuse10.3, the dirs and files are immediatly
> available under /media/disk-1 as unix dirs and files.
>=20
> When plugging into a FreeBSD7.2 system:
> on console I do get the messages:
> umass0: <Prolific Technology Inc. ATAPI-6 Bridge Controller, class
> 0/0,rev. 2.00
> /0.01, addr 2> on uhub4
> da0 at umass-sim0 bus 0 target 0 lun 0
> da0: <ST330083 1A 4.60> Fixed Direct Access SCSI-0 device
> da0: 40.000MB/s transfers
> da0: 286168MB (586072368 512 byte sectors: 255H 63S/T 36481C)
>=20
> # camcontrol devlist
> <ST330083 1A 4.60>                   at scbus0 target0 lun 0
> (da0,pass0)
>=20
> # ls -la /dev | grep da
> crw-r-----   1 root  operator    0, 113 Nov 18 14:40 da0
> crw-r-----   1 root  operator    0, 117 Nov 18 14:40 da0s1
> crw-r-----   1 root  operator    0, 118 Nov 18 14:40 da0s2
> crw-r-----   1 root  operator    0, 119 Nov 18 14:40 da0s3
> but
> # mount /dev/da0s1 /mnt
> takes a while (drive spins), then
> mount: /dev/da0s1 : Invalid argument
> same result for all slices
>=20
> Why is this and how to remedy?
>=20
> (I can mount an USB memory stick with
>  mount -t msdosfs -o -m=3D644,-M=3D755 /dev/da0s1 /mnt)
How is the drive formatted?

=46rom man mount:

SEE ALSO
     getfacl(1), setfacl(1), nmount(2), acl(3), mac(4), ext2fs(5),
fstab(5), procfs(5), kldload(8), mount_cd9660(8), mount_msdosfs(8),
mount_nfs(8), mount_ntfs(8), mount_nullfs(8), mount_nwfs(8),
mount_portalfs(8), mount_smbfs(8), mount_udf(8), mount_unionfs(8),
umount(8)

HTH

Robert



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