default_fs(4) File Formats default_fs(4)NAME
default_fs, fs - specify the default file system type for local or remote file systems
DESCRIPTION
When file system administration commands have both specific and generic components (for example, fsck(1M)), the file system type must be
specified. If it is not explicitly specified using the -F FSType command line option, the generic command looks in /etc/vfstab in order to
determine the file system type, using the supplied raw or block device or mount point. If the file system type can not be determined by
searching /etc/vfstab, the command will use the default file system type specified in either /etc/default/fs or /etc/dfs/dfstypes, depend-
ing on whether the file system is local or remote.
The default local file system type is specified in /etc/default/fs by a line of the form LOCAL=fstype (for example, LOCAL=ufs). The default
remote file system type is determined by the first entry in the /etc/dfs/fstypes file.
File system administration commands will determine whether the file system is local or remote by examining the specified device name. If
the device name starts with ``/'' (slash), it is considered to be local; otherwise it is remote.
The default file system types can be changed by editing the default files with a text editor.
FILES
/etc/vfstab list of default parameters for each file system
/etc/default/fs the default local file system type
/etc/dfs/fstypes the default remote file system type
SEE ALSO fsck(1M), fstypes(4), vfstab(4)SunOS 5.11 20 Mar 1992 default_fs(4)
Check Out this Related Man Page
unshare(1M) System Administration Commands unshare(1M)NAME
unshare - make local resource unavailable for mounting by remote systems
SYNOPSIS
unshare [-p] [-F FSType] [-o specific_options]
[pathname | resourcename]
DESCRIPTION
The unshare command makes a shared local resource unavailable as file system type FSType. If the option -FFSType is omitted, then the first
file system type listed in file /etc/dfs/fstypes will be used as the default. Specific_options, as well as the semantics of resourcename,
are specific to particular distributed file systems.
OPTIONS -F FSType
Specify the file system type.
-o specific_options
Specify options specific to the file system provided by the -F option.
-p
Remove resource from shared status in a way that persists across reboots.
FILES
/etc/dfs/fstypes
Lists distributed file system utilities packages installed on the system.
/etc/dfs/sharetab
Contains a table of local resources shared by the share command.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO share(1M), shareall(1M), attributes(5)NOTES
If pathname or resourcename is not found in the shared information, an error message will be sent to standard error.
When an unshare command completes successfully, a client mounting a file system specified in that unshare command no longer has access to
that file system.
SunOS 5.11 23 Jan 2007 unshare(1M)
Is there a way to do remote administration on my Sun/Solaris 2.5? I have a server that is running an old copy of ARCServe 2.2 and I need to do monthly administration on it. The only way to use it is from the server so I want to use a VNC type product to do it. Since I know zip about unix, I am... (1 Reply)
Hi,
I would like to know some details about Hp-UX system administration exam ( HP0-002). I want to know
1. What is the passing percentage
2. How touch is the exam. I am reading Rehman's book thru and thru. I need to know if any other studies are required. I have some 4 years of Unix hands... (3 Replies)
Hi,
I would like to know some details about Hp-UX system administration exam ( HP0-002). I want to know
1. What is the passing percentage
2. How touch is the exam. I am reading Rehman's book thru and thru. I need to know if any other studies are required. I have some 4 years of Unix hands... (1 Reply)
hi
is it possible to have more than one file system types on the same file system.
if yes then how do we do it,
can veritas be used to achieve this (1 Reply)
is there a way to display the commands the the remote user is typing -I would like to know a way by which i can log onto a remote system and type commands as the user watched on the console - I know about vnc but that is not what i am looking for -or is it rexec ?
Ndegem
SCSA (4 Replies)
Hi Experts,
My /etc/vfstab got corrupted and have no bootable CD or system , I can get into the system in maintenance mode however the root file system is in read only mode and i am unable to modify the /etc/vfstab.
Is there any option through which i can modify the /etc/vfstab ?
Thanks (4 Replies)
Hi Everybody..
I am using rdesktop to access my remote system( windows based)in Ubuntu..
The problem is i cant simultaneously work on the local and remote system..
to access the local system (which is Ubuntu) while working on remote
desktop, firstly i have to logoff from the remote desktop,... (1 Reply)
Hi Friends,
I am new to this , I am working on AIX system and my scenario is to retrive the files from remote system and remove the files from the remote system after retreving files. I can able to retrieve the files but Can't remove files in remote system. Please check my code and help me out... (3 Replies)
Dear Guy’s
By using dd command or any strong command, I’d like to copy huge data from file system to another file system
Sours File system: /sfsapp
File system has 250 GB of data
Target File system: /tgtapp
I’d like to copy all these files and directories from /sfsapp to /tgtapp as... (28 Replies)