Linux Operating System (MOSC)

MOSC Banner

How to mount System.img file ?

edited Sep 26, 2013 6:08AM in Linux Operating System (MOSC) 1 commentAnswered
Hi experts,
I am trying to mount LVM based System.img which is OEL6 file on Dom0 but it gave me following error.

procedure I followed
======================
lvm vgrename VolGroup00 VolGroupTmp1
LOOP_DEV_LVM=`losetup -f`                    &&
losetup $LOOP_DEV_LVM $1 -o106928640         &&
lvm pvscan                                   &&
lvm vgchange -ay                             &&
mkdir -p $ROOT_MNT                           &&
mount /dev/mapper/VolGroup00-LogVol00 $ROOT_MNT


[root@burexlj50u21 mapper]# mount /dev/mapper/VolGroup00-LogVol00 /test
mount: you must specify the filesystem type
[root@burexlj50u21 mapper]#

May I have procedure to mount it.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center