📄 mount.lustre.8
字号:
.\" -*- nroff -*-.\" Copyright 2006 by Cluster FileSystems. All Rights Reserved..\" Copyright 2008 by Sun Microsystems. All Rights Reserved..\" This file may be copied under the terms of the GNU Public License v2..\".TH mount.lustre 8 "2008 Mar 15" Lustre "configuration utilities".SH NAMEmount.lustre \- start a Lustre client or target service .SH SYNOPSIS.br.BI "mount \-t lustre [\-o " options "] " directory.SH DESCRIPTION.B mount.lustreis used to start a Lustre client or target service. This program should not becalled directly; rather it is a helper program invoked through .BR mount (8)as above. Lustre clients and targets are stopped by using the .BR umount (8)command..brThere are two forms for the .I deviceoption, depending on whether a client or a target service is started:.TP.IR <mgsspec> :/ <fsname>mounts the Lustre filesystem named.I fsnameon the client by contacting the Management Service at .IR mgsspec on the pathname given by.IR directory .The format for.I mgsspecis defined below. A mounted client filesystem appears in.BR fstab (5)and is usable like any local filesystem and provides a fullPOSIX-compilant interface..TP.I disk_devicestarts the target service defined by the .I mkfs.lustrecommand on the physical disk.IR disk_device . A mounted target service filesystem is only useful for.BR df (1)operations and appears in.BR fstab (5)to show the device is in use..SH OPTIONS.TP.BI <mgsspec>:= <mgsnode>[:<mgsnode>]The mgs specification may be a colon-separated list of nodes:.TP.BI <mgsnode>:= <mgsnid>[,<mgsnid>]each node may be specified by a comma-separated list of NIDs..PPIn addition to the standard options listed in.BR mount (8),Lustre understands the following.B client-specificoptions:.TP.BI flockEnable full flock support, coherent across all client nodes..TP.BI localflockEnable local flock support, using only client-local flock (faster, for applications that require flock but do not run on multiple nodes)..TP.BI noflockDisable flock support entirely. Applications calling flock will get an error..TP.BI user_xattrEnable get/set of extended attributes by regular users. See the.BR attr (5)manual page..TP.BI nouser_xattrDisable use of extended attributes by regular users. Root and system processes can still use extended attributes..TP.BI aclEnable POSIX Access Control List support. See the.BR acl (5)manual page..TP.BI noaclDisable Access Control List support..PPIn addition to the standard mount options and backing disk type(e.g. ext3) options listed in.BR mount (8),Lustre understands the following.B server-specificoptions:.TP.BI nosvcOnly start the MGC (and MGS, if co-located) for a target service, and not the actual service..TP.BI exclude= ostlistStart a client or MDT with a (colon-separated) list of known inactive OSTs..TP.BI abort_recovAbort client recovery and start the target service immediately..SH EXAMPLES.TP.B mount -t lustre cfs21@tcp0:/testfs /mnt/myfilesystemStart a client for the Lustre filesystem 'testfs' at the mount point/mnt/myfilesystem. The Management Service is running on a node reachablefrom this client via the nid cfs21@tcp0..TP.B mount -t lustre /dev/sda1 /mnt/test/mdtStart the Lustre metadata target service from /dev/sda1 on mountpoint /mnt/test/mdt..TP.B mount -t lustre -L testfs-MDT0000 -o abort_recov /mnt/test/mdtStart the testfs-MDT0000 service (by using the disk label), but abort therecovery process..SH BUGSNot very many mount options can be changed with.BR "-o remount" .Please report all bugs to Sun Microsystems using http://bugzilla.lustre.org/.SH AVAILABILITY.B mount.lustreis part of the .BR Lustre (7) filesystem package and is available from Sun Microsystems, Inc..brhttp://downloads.lustre.org.SH SEE ALSO.BR Lustre (7),.BR mount (8),.BR mkfs.lustre (8),.BR tunefs.lustre (8),.BR lctl (8),.BR lfs (1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -