search for: growf

Displaying 15 results from an estimated 15 matches for "growf".

Did you mean: grow
2011 Jun 13
2
[PATCH] New API: ufs-growfs to grow UFS filesystems.
This simple patch adds support for the BSD "growfs" command, so you can grow BSD filesystems [in theory -- see below]. It also adds a new optional group called "ufsutils" which indicates if the libguestfs API supports the guestfs_ufs_growfs call, since it's not available on Fedora. (http://libguestfs.org/guestfs.3.html#availab...
2002 Dec 02
1
growfs
Hi, We have recently switched from XFS to ext3 do to various corruption scenarios that were witnessed. Does ext3 have something like xfs_growfs for growing the FS to the end of the underlying partition? Thanks, Menny
2012 Jul 31
1
[PATCH] xfs: add new api xfs-growfs
New api xfs_growfs for expanding a XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/xfs.c | 119 +++++++++++++++++++++++++++++++++++++++++ generator/generator_actions.ml | 15 ++++++ gobject/Makefile.inc | 6 ++- po/POTFILES...
2012 Aug 16
2
Geom label lost after expanding partition
I have a GPT formatted disk where I recently expanded the size of a partition. I used "gpart resize -i 6 ada1" first to expand the partition to use the remaining free space and then growfs to modify the FFS file system to use the full partition. This was all done in single-user mode, of course, but when I enter "exit" to bring the system up, it failed to mount /usr. This was because /dev/ufs/usr did not exist! I assumed that gpart "lost" the label when it resize...
2006 Feb 01
1
Resizing Freebsd mdroot domU, on a RHEL4 dom0 machine.
...for freebsd is quite small: demo# df -h | grep / /dev/xbd1793a 496M 274M 182M 60% / I''m wanting to resize the mdroot filesystem, but am unsure how. I have no issues resizing ext* loopback files, but don''t really know a procedure to get something like ''growfs'' to work on a loopback file on freebsd. Does anyone have any pointers/URLs? Thanks for any help you could offer. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Jan 27
1
(no subject)
Hi. I have a question for you. Does red hat 8.0 have an equivalent for growfs? I have installed a new disk in my machine and I would like to extend some of my file systems onto this new disk. I know this is OK on unix, I was wondering if it was OK on RH linus. Thanks Mark Venn
2012 Jun 25
0
virt-resize
...t others can benefit from the answers] On Mon, Jun 25, 2012 at 07:13:49AM -0500, Dan The Man wrote: > Hmmm well I beleive the only way I can think to do it is enlarge the lv > in linux as usual , then have to boot into freebsd , modify the > partition table for rest of sectors and use the growfs command, even > that is problematic seeing the partition cannot be mounted > regardless. Might be worth reading source code to growfs.c in > freebsd source tree or just trying a zfs root install to see if it > happens automatically. > > I did have a question after playing more w...
2007 Apr 23
5
Re: [nfs-discuss] Multi-tera, small-file filesystems
...#39;'t likely to change in the near future. > > The system''s current storage is based on 4 VxFS filesystems, > created on SVM meta-devices each ~10TB in size. A 2-node Sun > Cluster serves the filesystems, 2 filesystems per node. Each of the > filesystems undergoes growfs as more storage is made available. > We''re looking for an alternative solution, in an attempt to improve > performance and ability to recover from disasters (fsck on 2^42 > files isn''t practical, and I''m getting pretty worried due to this > fact - eve...
2004 Dec 16
26
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror: RHSA-2004:634-01 Updated zip package fixes security issue Files available: zip-2.3-10.1.i386.rpm More details are available from the RedHat web site at https://rhn.redhat.com/errata/rh21as-errata.html The easy way to make sure you are up to date with all the latest patches is to run: # yum update -- John
2011 Apr 29
2
how to access lvm inside lvm
I have a centos 5.6 server that has xen domUs installed on their on logical volumes. These logical volumes contain their own volume groups and again their own logical volumes. I want to access the domU logical volumes and tried this: [root at kr ~]# fdisk -l /dev/VolGroup00/LogVol02 Disk /dev/VolGroup00/LogVol02: 274.8 GB, 274877906944 bytes 255 heads, 63 sectors/track, 33418 cylinders Units =
2007 Jul 12
9
Again ZFS with expanding LUNs!
Hello, I know, that you had this discussion a view days ago but I''m in the installation phase of our new production servers and I intend to migrate the data from UFS volumes to ZFS volumes in near future. For doing this it must be ABSOLUTELY sure that I can resize the SAN LUNs because during the last 4 years I had to double the LUN size every year. I tried to resize a test volume
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...ls set-libvirt-requested-credential set-tmpdir shutdown [backported to 1.16 and 1.18] tar-in [added compress flag] tar-out [added compress, numericowner, excludes flags] umount [added force and lazy optional arguments] utsname xfs-admin (Wanlong Gao) xfs-growfs (Wanlong Gao) xfs-info (Wanlong Gao) xfs-repair (Wanlong Gao) In the C API only: guestfs_push_error_handler guestfs_pop_error_handler Internals qemu ? 1.1 is required (? 1.2 preferred). febootstrap ? 3.20 is required. libvirt is optional, but if you want...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...IN_LOG_BYTES) + +/* Used for sanity checks on superblock */ +#define XFS_MAX_DBLOCKS(s) ((xfs_drfsbno_t)(s)->sb_agcount * (s)->sb_agblocks) +#define XFS_MIN_DBLOCKS(s) ((xfs_drfsbno_t)((s)->sb_agcount - 1) * \ + (s)->sb_agblocks + XFS_MIN_AG_BLOCKS) + +/* + * Structures for XFS_IOC_FSGROWFSDATA, XFS_IOC_FSGROWFSLOG & XFS_IOC_FSGROWFSRT + */ +typedef struct xfs_growfs_data { + uint64_t newblocks; /* new data subvol size, fsblocks */ + uint32_t imaxpct; /* new inode space percentage limit */ +} xfs_growfs_data_t; + +typedef struct xfs_growfs_log { + uint32_t newblocks; /* new lo...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...cklib2] cracklib2: FTBFS with Python 3.3: ImportError: No module named '_cracklib' Added tag(s) jessie. > tags 589233 + jessie Bug #589233 [gmpc] F11 for full screen mode doesn't allow to end full screen. Added tag(s) jessie. > tags 632832 + jessie Bug #632832 [ufsutils] ufsutils: growfs.ufs do not work Added tag(s) jessie. > tags 665611 + jessie Bug #665611 {Done: Chow Loong Jin <hyperair at debian.org>} [src:sigx] sigx: Including individual glib headers no longer supported Bug #666665 {Done: Chow Loong Jin <hyperair at debian.org>} [src:sigx] sigx: FTBFS: gversion...