manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 125 for mount (0.016 sec.)
Man page of OPEN_BY_HANDLE_AT 11954
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... r * pathname , struct file_handle * handle , int * mount_id , int flags ); int open_by_handle_at(int mount_ ... が参照するファイルに対するハンドルが返される。 The mount_id argument returns an identifier for the filesyst ... em mount that corresponds to pathname . This corresponds to ... he first field in one of the records in /proc/self/mountinfo . Opening the pathname in the fifth field of t ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 11954
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... r * pathname , struct file_handle * handle , int * mount_id , int flags ); int open_by_handle_at(int mount_ ... が参照するファイルに対するハンドルが返される。 The mount_id argument returns an identifier for the filesyst ... em mount that corresponds to pathname . This corresponds to ... he first field in one of the records in /proc/self/mountinfo . Opening the pathname in the fifth field of t ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of UMOUNT 11241
UMOUNT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 umount ... , umount2 - ファイルシステムをアンマウントする 書式 #includ ... e < sys/mount.h > int umount(const char * target ); int umount2( ... const char * target , int flags ); 説明 umount () と umount2 () は target にマウントされている (最 ... ケーパビリティ) が必要である。 Linux 2.1.116 から、 umount2 () システムコールが追加された。これは umount () と ...
https://man.plustar.jp/manpage/man2/umount.2.html - [similar]
Man page of UMOUNT 11241
UMOUNT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 umount ... , umount2 - ファイルシステムをアンマウントする 書式 #includ ... e < sys/mount.h > int umount(const char * target ); int umount2( ... const char * target , int flags ); 説明 umount () と umount2 () は target にマウントされている (最 ... ケーパビリティ) が必要である。 Linux 2.1.116 から、 umount2 () システムコールが追加された。これは umount () と ...
https://man.plustar.jp/manpage/man2/umount2.2.html - [similar]
Man page of MOUNT 10983
MOUNT Section: Linux Programmer's Manual (8) Updated: 2004-12-16 Index JM Home Page 名前 mount - ... ファイルシステムをマウントする 書式 mount [-lhV] mount -a [-fFnrsvw] [-t vfstype ] [-O optli ... st ] mount [-fnrsvw] [-o options [,...]] device | dir mount [ ... ル群は複数のデバイスにわたって配置することができる。 mount コマンドはあるデバイス上のファイルシステムを この大 ... 接続するために用いられる。 逆に接続を解除する際には umount (8) コマンドが用いられる。 mount コマンドの標準形は ...
https://man.plustar.jp/manpage/man8/mount.8.html - [similar]
Man page of FMTMSG 8145
FMTMSG Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 fmtmsg ... _RECOVER; int err; err = fmtmsg(class, "util-linux:mount", MM_ERROR, "unknown mount option", "See mount (8) ... .", "util-linux:mount:017"); switch (err) { case MM_OK: break; case MM_N ... g()\n"); } exit(EXIT_SUCCESS); } 出力は util-linux:mount: ERROR: unknown mount option TO FIX: See mount (8) ... . util-linux:mount:017 のようになり、 MSGVERB=text:action; export MSG ...
https://man.plustar.jp/manpage/man3/fmtmsg.3.html - [similar]
Man page of MOUNT 7580
MOUNT Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 mount - ... テムをマウント/アンマウントする 書式 #include < sys/mount.h > int mount(const char * source , const char * t ... rget , const char * filesystemtype , unsigned long mountflags , const void * data ); 説明 mount () は sourc ... 、さらに別の値が利用可能になるかもしれない。 引き数 mountflags の上位 16 ビットには、マジックナンバー 0xC0ED ... あったが、 現在は必要なく、指定されても無視される)。 mountflags の下位 16 ビットにマウントフラグを指定する。 ...
https://man.plustar.jp/manpage/man2/mount.2.html - [similar]
Man page of FANOTIFY_MARK 7383
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ve either all marks for filesystems, all marks for mounts, or all marks for directories and files from the ... fanotify group. If flags contains FAN_MARK_MOUNT , all marks for mounts are removed from the group. ... g other than and at most one of the flags FAN_MARK_MOUNT or FAN_MARK_FILESYSTEM can be used in conjunction ... リでない場合、 エラー ENOTDIR が発生する。 FAN_MARK_MOUNT Mark the mount point specified by pathname . If pa ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of AUTOMOUNT 7383
AUTOMOUNT Section: Maintenance Commands (8) Updated: 14 Jan 2000 Index JM Home Page 名前 automount ... nt - autofs のマウントポイントを設定する 書式 automount [ options ] mount-point map-type [, format ] map [ ... map-options ] 説明 automount プログラムは autofs (Linux 組み込みのオートマウント ... の マウントポイントを設定するために使われる。 automount はベースとなる mount-point と map を引き数に取り、 ... ベースである mount-point 以下のファイルシステムがアクセスされるときに ...
https://man.plustar.jp/manpage/man8/automount.8.html - [similar]
Man page of PIVOT_ROOT 7273
PIVOT_ROOT Section: Maintenance Commands (8) Updated: Feb 23, 2000 Index JM Home Page 名前 pivot ... ルから root ファイルシステムを /dev/hda1 に変更する: mount /dev/hda1 /new-root cd /new-root pivot_root . old- ... t exec chroot . sh <dev/console >dev/console 2>&1 umount /old-root 新しい root ファイルシステムを 10.0.0.1: ... or such portmap # for lockd (implicitly started by mount) mount -o ro 10.0.0.1:/my_root /mnt killall portma ... d /mnt pivot_root . old_root exec chroot . sh -c 'umount /old_root; exec /sbin/init' \ <dev/console >dev/co ...
https://man.plustar.jp/manpage/man8/pivot_root.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022