Sponsored Content
Operating Systems Solaris Filesystem - error when extend the filesystem Post 302343354 by kumarmani on Wednesday 12th of August 2009 08:55:56 AM
Old 08-12-2009
All, Can we grow a file system even if its not part of any volume?
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

how can I extend /usr filesystem

How can extend /usr filesystem in hp-ux 11.11 (I'm not using online JFS) ? (0 Replies)
Discussion started by: pedro_lezaeta
0 Replies

2. AIX

Extend a Filesystem with other LV

Hi Everybody, Is it possible to extend a Filesystem by adding a new LV that exist on different VG to this Filesystem? Thanks in advance. (6 Replies)
Discussion started by: aldowsary
6 Replies

3. Solaris

How to extend a filesystem

I am running solaris 10 with Veritas. I want to extend a filesystem. It's an oracle partition (/ora12). How can I find out if there is space available to expand the filesystem and then how does one extend it. I'm from the HPUX world and so LVM was always how I did things. Thanks jackie (5 Replies)
Discussion started by: jackiebaron
5 Replies

4. Filesystems, Disks and Memory

How to extend a filesystem??

OK I'm sure this question has been posed far too many times. I have solaris 10 x86 with NO Veritas or Disksuite filesystems. Below is the output of df -k # df -k Filesystem kbytes used avail capacity Mounted on / 10485760 547513 9317128 6% / /dev... (1 Reply)
Discussion started by: jackiebaron
1 Replies

5. Solaris

I need expand or extend a filesystem dfsk.

Hello I need to expand a filesystem is full, but I understand that for this I need a volume manager like SVM or Veritas. I have installed solaris 10 but I give it a metastat and tells me there is no database, as if the installation does not have the sudmirrors attachments. The filesystem... (1 Reply)
Discussion started by: cata
1 Replies

6. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

7. AIX

choosing correct VG for Filesystem extend

Hi Gurus, I have Aix 5.3 server and would like to extend the following filesystem. Filesystem GB blocks Free %Used Iused %Iused Mounted on /dev/lv_mecdr 120.00 12.04 90% 560973 14% /home/mecdrBut there's only 16G for the VG, may be i can expand it... (11 Replies)
Discussion started by: thepurple
11 Replies

8. Solaris

Solaris Filesystem vs. Windows FileSystem

Hi guys! Could you tell me what's the difference of filesystem of Solaris to filesystem of Windows? I need to compare both. I have read some over the net but it's so much technical. Could you explain it in a more simpler term? I am new to Solaris. Hope you help me guys. Thanks! (4 Replies)
Discussion started by: arah
4 Replies

9. AIX

Mount Filesystem in AIX Unable to read /etc/filesystem

Dear all, We are facing prolem when we are going to mount AIX filesystem, the system returned the following error 0506-307The AFopen call failed : A file or directory in the path name does not exist. But when we ls filesystems in the /etc/ directory it show -rw-r--r-- 0 root ... (2 Replies)
Discussion started by: m_raheelahmed
2 Replies

10. Solaris

Extend zfs storage filesystem

Hello, Need to ask the question regarding extending the zfs storage file system. currently after using the command, df -kh u01-data-pool/data 600G 552 48G 93% /data /data are only 48 gb remaining and it has occupied 93% for total storage. zpool u01-data-pool has more then 200 gb... (14 Replies)
Discussion started by: shahzad53
14 Replies
NEWFS_APFS(8)						    BSD System Manager's Manual 					     NEWFS_APFS(8)

NAME
newfs_apfs -- construct a new APFS volume SYNOPSIS
newfs_apfs [-o options] [-i] [-b block-size] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special newfs_apfs -C [-o options] [-i] [-b block-size] special newfs_apfs -A [-o options] [-i] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special newfs_apfs [-o options] [-i] [-s volume-size | -q volume-quota -r volume-reserve] [-v volume-name] [-E | -P] [-R role] special DESCRIPTION
The newfs_apfs command creates a new APFS container on the device and/or adds a new APFS volume to a container. The first, more traditional, form of newfs_apfs formats the given special as a container with a single volume inside it. The second form creates a container only, with no volumes. The third form is used to non-destructively add additional volumes inside an existing container. The fourth form reformats an existing volume by effectively deleting and re-creating it; in this usage (only) special indicates a volume inside the container. The special parameter should be the path to a disk device node, such as /dev/disk1s2, although can be specified as simply disk1s2. The options are as follows: -b block-size The block size of the container. All volumes within this container will use this block size. The default is 4096 bytes. -o options Additional (undocumented) formatting options. -i Creates a case-insensitive volume. This is the default on macOS. -e Creates a case-sensitive volume. -U uid The UID of the root volume. Defaults to current UID. -G uid The GID of the root volume. Defaults to current GID. -q volume-quota Places a quota, or upper limit, on the size of the volume. If specified then no more than this much space will be used for its content, even if there is additional free space in the container; however it is not guaranteed that the entire quota will always be available. By default a volume has no assigned quota. -r volume-reserve Reserves an amount of space for this volume. If specified it is guaranteed that at least this much space will be available for its content; the volume may also grow beyond this size (up to its quota limit, if any) if additional free space in the container. By default a volume has no assigned reserve. -s volume-size The fixed size of the volume. If specified then the volume is guaranteed that exactly this much space will be available for its content. Setting -s is equivalant to setting both -q and -r to that same value. If not specified then the available space is dynamic and determined by the usage of other volumes within the same container (space-sharing). -v volume-name The name of the volume. The default is "untitled". -A Add a volume to an existing container. There is a limit to the number of volumes that may reside inside a container. -C Create a container only, with no volume. newfs_apfs -A may be used later to format volumes inside that container. -E Enable volume encryption. The volume metadata is also encrypted. -F special Format as a Fusion device (with the secondary device specified here). -R role Set the OS "role" of the volume within the container. The role may be one of the following characters: b PreBoot - will contain information used to help boot System volumes r Recovery - will contain the RecoveryOS v VM - will contain swapfiles and hibernate image DIAGNOSTICS
The newfs_apfs utility exits 0 on success, and >0 if an error occurs. EXAMPLES
The following formats a new container and a volume named "Macintosh" on the /dev/disk1s2 device: newfs_apfs -v Macintosh disk1s2 And then this adds another volume, named "Data" with a fixed size of 100 GB, to that container: newfs_apfs -v Data -s 100g -A disk1s2 SEE ALSO
mount_apfs(8) HISTORY
The newfs_apfs utility first appeared in OS X 10.12. Mac OS X September 15, 2015 Mac OS X
All times are GMT -4. The time now is 01:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy