From: Oliver Dzombic (info_at_isp4p.net)
Date: Fri 15 Aug 2003 - 12:29:37 BST
hi,
when i typ to use dump in a vserver context i get:
vs1:/# dump -f deb30pure /
DUMP: Date of this level 0 dump: Fri Aug 15 19:21:54 2003
DUMP: Dumping / (an unlisted file system) to deb30pure
/: Attempt to read block from filesystem resulted in short read while
opening filesystem
DUMP: The ENTIRE dump is aborted.
vs1:/# dump -f deb30pure /usr
DUMP: Date of this level 0 dump: Fri Aug 15 19:22:59 2003
DUMP: Dumping /usr (an unlisted file system) to deb30pure
/usr: Attempt to read block from filesystem resulted in short read while
opening filesystem
DUMP: The ENTIRE dump is aborted.
vs1:/# dump -f deb30pure /dev/hdv1
DUMP: Date of this level 0 dump: Fri Aug 15 19:23:31 2003
DUMP: Dumping /dev/hdv1 (an unlisted file system) to deb30pure
/dev/hdv1: Attempt to read block from filesystem resulted in short read
while opening filesystem
DUMP: The ENTIRE dump is aborted.
vs1:/# mount
/dev/hdv1 on / type ext3 (grpquota,usrquota)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
vs1:/# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/vserver/vs1 / ext3 rw 0 0
none /proc proc rw 0 0
none /dev/pts devpts rw 0 0
Any solutions ?
Greetings
Oliver