[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem with mounting ext2 formatted partition on USB drive: No such device



Hi,

On 25/07/12 09:23, sabotrax@gmail.com wrote:
> i played with different mount options, did also kldload ext2fs, tried
> different drives, but i still get the same error: no such device
> i'm a bit out of ideas right now.

> 2012/7/24 Steven Chamberlain <steven@pyro.eu.org>:
>> > On 24/07/12 20:02, sabotrax@gmail.com wrote:
>>> >> root@backup2:/dev# mount -O none -t ext2 /dev/da1s1 /mnt/mirror/
>>> >> mount: /dev/da1s1 : No such device

Should it perhaps be `mount -t ext2fs` instead of '-t ext2', to match
the name of the kernel module?

You could also try not specifying the '-t' option at all and it may
auto-detect.

If it still does not work, I think ktrace/kdump output would help to see
what is going on, i.e.:

# apt-get install ktrace
# ktrace -- mount -v /dev/da1s1 /mnt/mirror
# kdump -f ktrace.out | gzip > ktrace.txt.gz

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org


Reply to: