Sponsored Content
Full Discussion: filesystem size
Operating Systems AIX filesystem size Post 302261272 by freeman on Monday 24th of November 2008 07:45:39 AM
Old 11-24-2008
CPU & Memory filesystem size

i am new in the field 3months to be precise. how do i come up with size, i want to change for the filesystem? assuming there is enough space on the volume group.
do i just assign any value?
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Changing Filesystem size.

Hi there, can i change the size of filesystem afterwards. i want give some more space to my /export/home and want take some space from /opt. is it possible in solaris ? Any help will be appriciated. Abid (2 Replies)
Discussion started by: abidmalik
2 Replies

2. AIX

Increasing the FileSystem Size

Hi Everybody, I have AIX 4.3 and I have a FileSystem with 400GB size, which called /db/run. Because of grow up of the application's data, more storage has been added 200GB. To add this space without affecting the application & the application's requirements, I have to add this 200GB to the existed... (9 Replies)
Discussion started by: aldowsary
9 Replies

3. UNIX for Dummies Questions & Answers

How to increase the filesystem size?

Hi.. I want to increase the file system size of any filesystem online, without using the Volume manager like LVMs, is it possible? & if yes then how? (3 Replies)
Discussion started by: Amol21
3 Replies

4. Filesystems, Disks and Memory

Creating filesystem of 2MB size

Hi all, I would like to ask on how to create 2MB partition on a Compact Flash card. It supposed to be of FAT12 type, and the CF capacity is 4GB. I try to do the partitioning and specify the size as 2MB but the partition editor automatically resize it to 8MB. I know that this is possible and the... (4 Replies)
Discussion started by: archayl
4 Replies

5. UNIX Desktop Questions & Answers

block group size of a filesystem

How can I determine the block group size of my filesystem, in case I would like to determine where my backup superblocks are? Or how can I determine the location of my backup superblock? If usually, for the block group size of 1k, the alternate superblock will be at block 8193. Thanks, (2 Replies)
Discussion started by: Pouchie1
2 Replies

6. UNIX for Dummies Questions & Answers

Removing some size for filesystem

Hi All, Currently for filesystem /usr/sap/ccms we have allocated 50 GB of size and its mounted. Is there any procedure to remove 10 GB from it without disturbing data and allocate that 10 GB to another file system say /usr/sap/sapdata1. Thanks, Rohan (2 Replies)
Discussion started by: rohanxyz
2 Replies

7. UNIX for Advanced & Expert Users

Physical disk IO size smaller than fragment block filesystem size ?

Hello, in one default UFS filesystem we have 8K block size (bsize) and 1K fragmentsize (fsize). At this scenary I thought all "FileSytem IO" will be 8K (or greater) but never smaller than the fragment size (1K). If a UFS fragment/blocksize is allwasy several ADJACENTS sectors on disk (in a ... (4 Replies)
Discussion started by: rarino2
4 Replies

8. Red Hat

Increase the filesystem size

Hi I am using oracle linux 6.4. My hard drive capacity is 500 GB. my filesystem size onbly 50GB. I would like to extend my filesystem size to around 100GB. I tried many codes but still I am not able. this is the output of df -h : Filesystem Size Used Avail Use% Mounted on... (6 Replies)
Discussion started by: farshad
6 Replies

9. Hardware

Increasing the filesystem size

Hi Guys We have a VM machine, now I want to increase the size of the filesystem. We are running RHEL6 O/S. I have filesystem that is 500GB I want to increase that filesystem to 1.5 TB. The guy who manages the VM increased the size on the VM machine, now how do I make sure that the... (7 Replies)
Discussion started by: Phuti
7 Replies

10. AIX

[ASK] decrease/shrink the size of filesystem

Hello, I would like to reduce the size of filesystem online. We can do online for increase without any problem. So any risk can be occurred with the decrease? This is not an issue, just a discussion for decrease/shrink space with chfs command. My AIX system is version 6.1 and the filesystem... (2 Replies)
Discussion started by: Phat
2 Replies
LVREDUCE(8)						      System Manager's Manual						       LVREDUCE(8)

NAME
       lvreduce - reduce the size of a logical volume

SYNOPSIS
       lvreduce  [-A|--autobackup {y|n}] [-d|--debug] [-h|--help] [-t|--test] [-v|--verbose] [--version] [-f|--force] [--noudevsync] {-l|--extents
       [-]LogicalExtentsNumber[%{VG|LV|FREE|ORIGIN}] |	[-L|--size  [-]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}  [-n|--nofsck]  [-r|--resizefs]  Logi-
       calVolume{Name|Path}

DESCRIPTION
       lvreduce  allows you to reduce the size of a logical volume.  Be careful when reducing a logical volume's size, because data in the reduced
       part is lost!!!
       You should therefore ensure that any filesystem on the volume is resized before running lvreduce so that the extents that are to be removed
       are not in use.
       Shrinking snapshot logical volumes (see lvcreate(8) for information to create snapshots) is supported as well.  But to change the number of
       copies in a mirrored logical volume use lvconvert(8).
       Sizes will be rounded if necessary - for example, the volume size must be an exact number of extents and the size of a striped segment must
       be a multiple of the number of stripes.

OPTIONS
       See lvm(8) for common options.

       -f, --force
	      Force size reduction without prompting even when it may cause data loss.

       --noudevsync
	      Disable  udev  synchronisation. The process will not wait for notification from udev.  It will continue irrespective of any possible
	      udev processing in the background.  You should only use this if udev is not running or has rules that ignore the devices	LVM2  cre-
	      ates.

       -l, --extents [-]LogicalExtentsNumber[%{VG|LV|FREE|ORIGIN}]
	      Reduce  or  set  the logical volume size in units of logical extents.  With the - sign the value will be subtracted from the logical
	      volume's actual size and without it the value will be taken as an absolute size.	The number can also be expressed as  a	percentage
	      of the total space in the Volume Group with the suffix %VG, relative to the existing size of the Logical Volume with the suffix %LV,
	      as a percentage of the remaining free space in the Volume Group with the suffix %FREE, or (for a snapshot) as a  percentage  of  the
	      total space in the Origin Logical Volume with the suffix %ORIGIN.  The resulting value for the substraction is rounded downward, for
	      the absolute size it is rounded upward.

       -L, --size [-]LogicalVolumeSize[bBsSkKmMgGtTpPeE]
	      Reduce or set the logical volume size in units of megabytes.  A size suffix of k for kilobyte, m for megabyte, g	for  gigabytes,  t
	      for  terabytes,  p  for petabytes or e for exabytes is optional.	With the - sign the value will be subtracted from the logical vol-
	      ume's actual size and without it it will be taken as an absolute size.

       -n, --nofsck
	      Do not perform fsck before resizing filesystem when filesystem requires it. You may need to use --force to proceed with this option.

       -r, --resizefs
	      Resize underlying filesystem together with the logical volume using fsadm(8).

EXAMPLES
       Reduce the size of logical volume lvol1 in volume group vg00 by 3 logical extents:

       lvreduce -l -3 vg00/lvol1

SEE ALSO
       fsadm(8), lvchange(8), lvconvert(8), lvcreate(8), lvextend(8), lvm(8), lvresize(8), vgreduce(8)

Sistina Software UK					 LVM TOOLS 2.02.95(2) (2012-03-06)					       LVREDUCE(8)
All times are GMT -4. The time now is 08:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy