Go to the source code of this file.
|
| int | mount (const char *source, const char *target) |
| | Attach the filesystem specified by source to the location specified by the pathname in target. More...
|
| |
◆ mount()
| int mount |
( |
const char * |
source, |
|
|
const char * |
target |
|
) |
| |
Attach the filesystem specified by source to the location specified by the pathname in target.
- Parameters
-
| source | The path name of the device to mount on the system. |
| target | The path name to mount the file system. |
- Return values
-
| int | 0 on success and nonzero error number on error. |