Mike Galicki wrote:
>Trying to resize JFS partition with JFS 1.1.1 & JFSutils 1.1.1 and
kernel.org kernel >2.4.20.
>When I try:
>[root@gem root]# mount -o remount,resize=5100000 /dev/sdc2
>

You need the mount_point vs device name, try
mount -o remount,resize=5100000 /mount_point

>I get:
>mount: /webstats not mounted already, or bad option
>
>Is LVM a requirement?  Doesn't seem like parted and JFS play together.  If
the >partition is already full, how can I expand it?  These are primaries
BTW:

I've only resized LVM and EVMS partitions. From one web page of parted it
looks like they can detect JFS partition, but don't yet support resizing
it.
The url I'm referencing is http://www.gnu.org/software/parted/parted.html

Steve


_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to