NTFS_REMOUNT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_remount - change the mount options of a mounted ntfs filesystem
SYNOPSIS
"SYNOPSIS"
int ntfs_remount (struct super_block * sb, int * flags, char * opt);
ARGUMENTS
- sb
-
superblock of mounted ntfs filesystem
- flags
-
remount flags
- opt
-
remount options string
DESCRIPTION
Change the mount options of an already mounted ntfs filesystem.
NOTE
The VFS sets the sb->s_flags remount flags to flags after
ntfs_remount returns successfully (i.e. returns 0). Otherwise,
sb->s_flags are not changed.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- NOTE
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:34 GMT, October 09, 2005