Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 10:36:19 +0100
From:      Ruben de Groot <mail25@bzerk.org>
To:        n dhert <ndhert@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: adding USB hard-disk
Message-ID:  <20091119093619.GA28213@ei.bzerk.org>
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, Nov 18, 2009 at 04:16:32PM +0100, n dhert typed:
> # mount /dev/da0s1 /mnt
> takes a while (drive spins), then
> mount: /dev/da0s1 : Invalid argument
> same result for all slices
> 
> Why is this and how to remedy?

try fsck /dev/da0 to see what kind of filesystem's on it (probably ext2/3 since 
you say it comes from suse)

then mount -t ext2fs ....

> (I can mount an USB memory stick with
>  mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt)
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



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