Hello,
First, Happy New Year.
I'm trying the recipes on
http://tldp.org/HOWTO/LVM-HOWTO/ for backing up LVM snapshots and I'm hoping someone can help me out. Everything works fine, up to the mount step. I have reseached for hours on the web and everyone list the recipe example, which is the following:
# mkdir /mnt/ops/dbbackup
# mount /dev/ops/dbbackup /mnt/ops/dbbackup
mount: block device /dev/ops/dbbackup is write-protected, mounting read-only
I have also found a number of posting as far back as 2003 that says this does not work. I can not get the mount to work, either. Here are the messages that I get and I have tried everything I can think of and find on the web.
mount: you must specify the filesystem type
and if I add -o ro to the mount, I get the following:
mount: you must specify the filesystem type
Yes, the same thing.
If I do -ro and add it to the /etc/fstab file, the first issue is the mount says I must have a file type. So, I add ext3 and get:
mount: wrong fs type, bad option, bad superblock on /dev/VolGrp00/dbbackup,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I know there must be a simple answer, but I can not find or think of it.
Please Help