ZFSPool
->->The beginning sequence c[0-9] is not allowed.
#Each component can only contain alphanumeric characters in addition to the following four special characters: Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
#Pool names must begin with a letter, except for the following restrictions:
#Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).
The beginning sequence c[0-9] is not allowed.
ZFS has some built-in naming restrictions for pool names and filesystem names. Regular ZFS files and directories, however, don’t have these restrictions. Each ZFS filesystem and pool name must be named according to the following rules:
#Each component can only contain alphanumeric characters in addition to the following four special characters:
Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
#Pool names must begin with a letter, except for the following restrictions:
The beginning sequence c[0-9] is not allowed.
The names “log” and “spare” are reserved.
A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
Pool names must not contain a percent sign (%).
#Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).
Filesystem Naming Restrictions
ZFSPool.FilesystemNamingRestrictions History
Hide minor edits - Show changes to output
Changed line 2 from:
ZFS has some built-in naming restrictions for pool names and filesystem names. Regular ZFS files and directories, however, don’t have these restrictions. Each ZFS filesystem and pool name must be named according to the following rules:
to:
ZFS has some built-in naming restrictions for '''pool names''' and '''filesystem names'''. Regular ZFS files and directories, however, don’t have these restrictions. Each ZFS filesystem and pool name must be named according to the following rules:
Changed line 5 from:
to:
->The beginning sequence c[0-9] is not allowed.
Changed line 5 from:
->The beginning sequence c[0-9] is not allowed.
to:
->->The beginning sequence c[0-9] is not allowed.
Changed lines 3-4 from:
to:
*Each component can only contain alphanumeric characters in addition to the following four special characters: Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
*Pool names must begin with a letter, except for the following restrictions:
*Pool names must begin with a letter, except for the following restrictions:
Changed line 9 from:
to:
*Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).
Changed lines 5-8 from:
-<Ordered listThe beginning sequence c[0-9] is not allowed.
The names “log” and “spare” are reserved.
A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
Pool names must not contain a percent sign (%).
The names “log” and “spare” are reserved.
A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
Pool names must not contain a percent sign (%).
to:
->The beginning sequence c[0-9] is not allowed.
->The names “log” and “spare” are reserved.
->A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
->Pool names must not contain a percent sign (%).
->The names “log” and “spare” are reserved.
->A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
->Pool names must not contain a percent sign (%).
Changed line 5 from:
to:
-<Ordered listThe beginning sequence c[0-9] is not allowed.
Changed lines 9-11 from:
#Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).
to:
#Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).
Deleted line 0:
Changed lines 3-4 from:
#Each component can only contain alphanumeric characters in addition to the following four special characters:
Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
to:
#Each component can only contain alphanumeric characters in addition to the following four special characters: Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
Added lines 1-11:
ZFS has some built-in naming restrictions for pool names and filesystem names. Regular ZFS files and directories, however, don’t have these restrictions. Each ZFS filesystem and pool name must be named according to the following rules:
#Each component can only contain alphanumeric characters in addition to the following four special characters:
Underscore ‘_’, Hyphen ‘-’, Colon ‘:’ and Period ‘.’
#Pool names must begin with a letter, except for the following restrictions:
The beginning sequence c[0-9] is not allowed.
The names “log” and “spare” are reserved.
A name that begins with “mirror” or “raidz” is also not allowed because these names are reserved. You can use a case-variant as a work-around.
Pool names must not contain a percent sign (%).
#Filesystem names must begin with an alphanumeric character and must not contain a percent sign (%).