LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   shutting down LVM volume groups (https://www.linuxquestions.org/questions/debian-26/shutting-down-lvm-volume-groups-450780/)

aztek 06-02-2006 12:14 AM

shutting down LVM volume groups
 
Hi,

Newbi here and need your help. I've installed LVM2 on debian sarge 3.1 and all works well but when i shutdown this is what appears:

Unmounting local filesystems...done.
Shuting down LVM Volume groups..
Unable to unlink device node for 'vg1-usr'
/dev/vg1/usr: unlink failed: read-only file system.
:
:
shutdown: hda
powerdown

This goes for /var, /tmp and /home. Is this normal or did i miss something somewhere?

Thanks for ur help in advance.

cdhgee 06-02-2006 04:18 AM

Can you post your /etc/fstab and /etc/mtab right before you shutdown.

aztek 06-02-2006 09:58 PM

Hi cdhgee,

Sorry for the late reply i just had my nap. Here the fstab & mtab:

My...../etc/fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /boot ext3 defaults 0 2
/dev/hda3 none swap sw 0 0
/dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/vg1/tmp /mnt/tmp ext3 defaults 0 2
/dev/vg1/usr /mnt/usr ext3 defaults 0 2
/dev/vg1/var /mnt/var ext3 defaults 0 2
/dev/vg1/home /mnt/home ext3 defaults 0 2

My...../etc/mtab:

/dev/hda2 / ext3 rw,errors=remount-ro 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/mapper/vg1-tmp /mnt/tmp ext3 rw 0 0
/dev/mapper/vg1-usr /mnt/usr ext3 rw 0 0
/dev/mapper/vg1-var /mnt/var ext3 rw 0 0
/dev/mapper/vg1-home /mnt/home ext3 rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0

Thanks in advance.


All times are GMT -5. The time now is 11:57 PM.