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.
我创建了一个 samba 共享,但为了让自己完全访问它,我需要使用以下命令:
sudo chown –R root:users /mnt/My_Network_Drive
和
sudo chmod –R ug+rwx,o+rx-w /mnt/My_Network_Drive
现在这很好用,但是当我重新启动用于此 samba 共享的 Raspberry Pi 时,我需要再次输入这些命令才能使其工作。
有什么办法可以让这些命令在重新启动时自动运行?
您应该通过传递相应的选项uid和gidtomount而不是之后使用来更正此问题chmod。如果你不mount直接使用,你也可以在/etc/fstab.
uid
gid
mount
chmod
/etc/fstab
尝试将它们放入 /etc/rc.local