일반 쉘환경에서 nfs 마운트하는건 알겠습니다만, c언어로 코딩을 하려니 어찌하는지 궁금합니다.
system("mount") 혹은 execv()계열 함수를 사용해서 해당 옵션들을 파라미터로 입력받아서 마운트한 다음에 파일에 접근해서 읽거나, 복사하는 등의 작업을 하는건지.
아니면 다른 방법이 있는지 궁금합니다.
어이없는 질문일진데 답변 감사합니다.
#include int mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data);
위의 꺼 쓰세요~
/*************************************** Being the one is just like being in love. ***************************************/
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
가장 우아하게는 mount systemcall
#include
int mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data);
위의 꺼 쓰세요~
/***************************************
Being the one is just like being in love.
***************************************/
/***************************************
Being the one is just like being in love.
***************************************/
댓글 달기