On Sun, Oct 09, 2016 at 12:57:50PM -0600, Greg Oster wrote: > > mount -t ext2 /dev/sd0e /mnt1 > mount -t ext2 /dev/sd1e /mnt2 > mount -t ext2 /dev/sd2e /mnt3 > mount -t ext2 /dev/sd3e /mnt4 > ----- > > and getting the message: > > mount: mount_ext2 not found > > Now: which of those mounts failed? >
I feel like in any case you learn that you shouldn't be using mount -t ext2. and you'd want to correct all of them.