From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 2 Jan 1996 13:02:51 -0500 From: beto@plan9.cs.su.oz.au beto@plan9.cs.su.oz.au Subject: growing a fs Topicbox-Message-UUID: 39d274f4-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19960102180251.f2m52k7G45haN_G6DLt2fXcXqgF5nca_PkXMNQYjiN4@z> Hi, I'm trying to add a new disk to a file server (a non-worm) and I'm wondering is it possible to do it without having to restore the file system. Would be possible to reconfigure the file system using a concatenation of the old and the new disks and then rebuild the free list? Has anyone try this before? The only problem I see is that the file system size is in the superblock and it's used to rebuild the free list, so I could add a 'resize main' command which recalculates the size of the file system based on the config information. Any help would be appreciated. Thanks