Date: Sat, 31 May 2008 10:27:50 +0200 From: Colin Brace <cb@lim.nl> To: Roland Smith <rsmith@xs4all.nl> Cc: freebsd-questions@freebsd.org Subject: Re: error mounting USB disk: Invalid argument Message-ID: <79defaf7e7f012e2cd5c6381d84dccb9@localhost> In-Reply-To: <20080531072955.GA76694@slackbox.xs4all.nl> References: <25515aa06ecb67b43d2a517bcceed88f@localhost> <20080531072955.GA76694@slackbox.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 31 May 2008 09:29:55 +0200, Roland Smith <rsmith@xs4all.nl> wrote: > Can you show us what is shown in the dmesg output when you plug this > drive in, which devices are then created and the exact command that you > used to mount it? dmesg: [...] umass0: on uhub1 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 194481MB (398297088 512 byte sectors: 255H 63S/T 24792C) These nodes are created: # ls -1 /dev/da* /dev/da0 /dev/da0s1 /dev/da0s1c Then: # mount /dev/da0s1c /media/disk6 mount: /dev/da0s1c : Invalid argument # mount -t ufs /dev/da0s1c /media/disk6 mount: /dev/da0s1c : Invalid argument Thanks. -- Colin Brace Amsterdam http://lim.nl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?79defaf7e7f012e2cd5c6381d84dccb9>