On Fri, Dec 06, 2002 at 10:16:03AM +0800, John Summerfield wrote:
> While checking the doc, I found this:
> -j external-journal
> Set the pathname where the external-journal for
> this filesystem can be found.
>
> which raises the question as to where the journal is.
It's an internal journal. I created the filesystem with:
mke2fs -b 4096 /dev/dasd/0cd2/part1
tune2fs -j /dev/dasd/0cd2/part1
But...
> Still, what does "e2fsck -n /cd/cd2image" say?
debinst:~# e2fsck -n /cd/cd2image/
e2fsck 1.27 (8-Mar-2002)
e2fsck: Attempt to read block from filesystem resulted in short read
while trying to open /cd/cd2image/
Could this be a zero-length partition?
But then we see
debinst:~# ls /cd/cd2image/
debian-30r0-s390-binary-2.iso lost+found
So there's something on there. About as you would expect:
debinst:~# df -h /cd/cd2image /cd/cd2
Filesystem Size Used Avail Use% Mounted on
/dev/dasd/0cd2/part1 692M 619M 37M 95% /cd/cd2image
/cd/cd2image/debian-30r0-s390-binary-2.iso
602M 603M 0 100% /cd/cd2
And, in fact, CD2 is fine; I've installed several systems referencing
packages that live on it.
Adam