Linux technical support - [email protected]


mount

#MOUNT SMB
mount.cifs //host/folder /mnt/ -o username=alex,password=123,domain=com

# mount lvm
vgscan
vgchange -a y
mount /dev/vg_group/lv_root /folder

# Move AVAYA Red hat 5.5 from physical to virtual (VMWare converter)
mkdir /1
mount /dev/sda1 /1
mount --proc /proc /1/proc
mount -t sysfs /sys /1/sys
mount --bind /dev /1/dev
# edit fstab, mtab
mkinitrd -f -v --without-dmraid /boot/initrd-$(uname -r).img $(uname -r)
lilo -v -v

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>