lvcreate -L 10G -n lv1 vg1
lvcreate -L 10G -n lv2 vg1
lvcreate -L 10G -n lv3 vg1
mkfs -t ext3 /dev/vg1/lv1
mkfs -t ext3 /dev/vg1/lv2
mkfs -t ext3 /dev/vg1/lv3
umount /dev/vg1/lv1 /zzz
umount /dev/vg1/lv2 /zzz
umount /dev/vg1/lv3 /zzz
-------------------------------------
LVM issues
-------------------------------------
fuser -muv /media/cdrecorder
USER PID ACCESS COMMAND
/media/cdrecorder/ fd2 3069 ..c.. nautilus
aha!!!
kill -9 3069
but this just spawns another nautilus that still uses the file.
As you can see there is a different PID.
fuser -muv /media/cdrecorder/
USER PID ACCESS COMMAND
/media/cdrecorder/ fd2 27246 ..c.. nautilus
Eject does not work since it cannot unmount
I am using RH Enterprise 4
No comments:
Post a Comment