[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#308769: fails to create JFS



On Thursday 12 May 2005 11:04, Eduard Bloch wrote:
> I tried to setup the root partition with the JFS filesystem and it
> failed after the partitioner has been finished and the filesystems were
> to be created. No detailed error messages, just the usual one (creation
> failed).

I assume the failure is after you confirm the changes to partitions can be 
committed? And I also assume the error message is something like: "The 
jfs file system creation in partition #${PARTITION} of ${DEVICE} failed."

I cannot reproduce this problem on an Intel x86 system.
I did find a minor error in the script, but that does not cause failure 
for me.

Could you please repeat the installation and, before you accept the 
partitioning changes, switch to VT2 and, using nano, make the following 
changes in /lib/partman/commit.d/50format_jfs:

** Change the first line to read: #!/bin/sh -x
** Add the "]" in the line indicated below:
        case $filesystem in
            jfs)
                if
-                   [ -f $id/formatted -a $id/formatted -nt $id/method \
+                   [ -f $id/formatted -a $id/formatted -nt $id/method ] \
                    && [ ! -f $id/filesystem \
                         -o $id/formatted -nt $id/filesystem ]
                then

The resulting trace from the script will be in /var/log/syslog.

Cheers,
FJP

Attachment: pgpOk5SBd9e5V.pgp
Description: PGP signature


Reply to: