chiong lawrence
2012-Jul-24 22:31 UTC
[CentOS] EXT3-fs (dm-1): error: can't find ext3 filesystem on dev dm-1
Hello there, I'm a new to linux need help in regards to issues during mounting of a new created logical unit which I am unable to mount the volume due to error as found below: ~]# mount -l -t ext3 /dev/mapper/vgNebula-lvg1 /mnt/iscsi0 mount: wrong fs type, bad option, bad superblock on /dev/mapper/vgNebula-lvg1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so [root at HE ~]# mount -t ext3 /dev/mapper/vgNebula-lvg1 /mnt/iscsi0 mount: wrong fs type, bad option, bad superblock on /dev/mapper/vgNebula-lvg1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so [root at HE ~]# tail /var/log/messages Jul 24 16:31:37 HE kernel: EXT3-fs (dm-1): error: can't find ext3 filesystem on dev dm-1. Jul 24 16:31:43 HE kernel: EXT3-fs (dm-1): error: can't find ext3 filesystem on dev dm-1. Any help is very much appreciated. Thank you. lawrence
Rob Kampen
2012-Jul-25 05:37 UTC
[CentOS] EXT3-fs (dm-1): error: can't find ext3 filesystem on dev dm-1
On 07/25/2012 10:31 AM, chiong lawrence wrote:> Hello there, > > I'm a new to linux need help in regards to issues during mounting of a new > created logical unit which I am unable to mount the volume due to error as > found below: > > ~]# mount -l -t ext3 /dev/mapper/vgNebula-lvg1 /mnt/iscsi0 > mount: wrong fs type, bad option, bad superblock on > /dev/mapper/vgNebula-lvg1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > [root at HE ~]# mount -t ext3 /dev/mapper/vgNebula-lvg1 /mnt/iscsi0 > mount: wrong fs type, bad option, bad superblock on > /dev/mapper/vgNebula-lvg1, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > [root at HE ~]# tail /var/log/messages > Jul 24 16:31:37 HE kernel: EXT3-fs (dm-1): error: can't find ext3 > filesystem on dev dm-1. > Jul 24 16:31:43 HE kernel: EXT3-fs (dm-1): error: can't find ext3 > filesystem on dev dm-1.you have formatted the new volume?? i.e. see man mkfs.ext3 HTH> > Any help is very much appreciated. > > Thank you. > > lawrence > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos
Reasonably Related Threads
- can't disconnec iSCSI targets, please help
- EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
- EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
- Finding the correct ext3-fs dm/LVM?
- EXT2-fs warning (device hda6): ext2_fill_super: mounting ext3 filesystem as ext2