On Thu, 2004-09-02 at 12:40, Noll, Ralph wrote: > zvmlinx5:/etc# mke2fs /dev/lvmdat/vol1
Hmm. Might be the 1k blocksize. mke2fs -b 4096 /dev/lvmdat/vol1 I think you should be able to get away with a smaller blocksize, though, although it's a bad idea for performance reasons. > zvmlinx5:/# mount /dev/lvmdat/vol1 /data > mount: wrong fs type, bad option, bad superblock on /dev/lvmdat/vol1, > or too many mounted file systems > zvmlinx5:/# Also, mount -t ext2 /dev/lvmdat/vol1 /data (Maybe it's not necessary, but I wouldn't chance it: specify -t and the fs type.) Adam ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
