![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To convert multi format file to a readable ascii format | gaur.deepti | UNIX for Dummies Questions & Answers | 5 | 03-25-2008 03:03 PM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Dummies Questions & Answers | 9 | 05-25-2007 09:26 AM |
| Convert UTF8 Format file to ANSI format | rajreddy | UNIX for Advanced & Expert Users | 1 | 05-24-2007 07:40 AM |
| convert mmddyy date format to ccyyddd format?? | Bhups | Shell Programming and Scripting | 2 | 09-28-2006 12:30 AM |
| change the empty function from the old format to the new format | powah | Shell Programming and Scripting | 0 | 06-23-2005 01:17 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
LVM lvcreate don't want to format
Hello,
I would like to create a Lvolume on an already written disk. Main goal is to NOT format data on this disk. Unfortunately, while trying to mount my LV , I've got this error : linux-qc44:/ # mount -a mount: wrong fs type, bad option, bad superblock on /dev/mapper/system-DB, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so Anyone have an idea ? Before doing a mount -a, here's what I did : linux-qc44:/ # pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created linux-qc44:/ # vgcreate system /dev/sdb Volume group "system" successfully created linux-qc44:/ # lvcreate -l 100%FREE system -n DB Logical volume "DB" created linux-qc44:/ # lvdisplay --- Logical volume --- LV Name /dev/system/DB VG Name system LV UUID WcEgQK-7xZB-622K-tSu3-x0AQ-Lzhr-fLgHxE LV Write Access read/write LV Status available # open 0 LV Size 1020.00 MB Current LE 255 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 253:0 |
| Bookmarks |
| Tags |
| lvm format |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|