基本的“安装”问题
我是个新手,所以如果我听起来太愚蠢,请原谅我。 我正在Linux(Fedora)上工作。我有三个分区,即:日志、备份和文件系统。启动时安装文件系统。现在,我需要在备份和日志上安装文件系统,并从文件系统中的 C 程序中访问/写入它们。
我该怎么做?首先也是最重要的是,我使用 GUI 界面安装日志和备份,并且不知道它安装在哪个文件夹上,所以我不知道它的路径。将不胜感激指点。
谢谢
Am quite a novice here so please excuse me if I am sounding too stupid.
I am working on Linux(Fedora). I have three partions namely: Log, Backup and File system. On boot the File system is mounted. Now, I need to mount the file systems on Backup and Log and access/write to them from within a C program which I have in File system.
How do i do that? First and foremost I mount Log and Backup using the GUI interface and have no idea on which folder it is getting mounted so i don't know the path to it. Will be gratefull for pointers.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 mount(2) 和 getmntent(3)
See mount(2) and getmntent(3)