Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 freebsd 上使用 root 和用户写入挂载 ext4 分区?/etc/fstab 文件中写了什么?我已经阅读了很多文档,但没有回应。我必须使用什么,ext2fs?或fusefs 请
带有 ext2fs 但在 root 中的示例:
我的用户是sysc4ll,因此,在/mnt/data/中安装分区后:
chown sysc4ll:sysc4ll /mnt/data/
这个命令解决了我的问题。