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 > root@backup2:/dev# mount -O none -t ext2 /dev/da1p1 /mnt/mirror/ > mount: /dev/da1p1 : No such device
Hi, What is the output from `cat /proc/partitions` ? What is the purpose of '-O none' and is that really valid? It is not documented (did you mean '-o defaults'?). Could you try without it? 'mount' also has a '-v' option which might give further clues, or you could look in `dmesg` for anything related. Finally, you could try manually running `kldload ext2fs` to make sure the module is loaded first. 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]

