Hi,

On 25/07/12 09:23, [email protected] 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 <[email protected]>:
>> > On 24/07/12 20:02, [email protected] 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
[email protected]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to