当社はWindowsとLinuxの両方を使用しています。各ユーザーは、\\machine1\A
などのような多くのWindows共有にアクセスできます\\machine2\B
。
root以外のユーザーがUbuntuからこれらの共有にアクセスできるようにするにはどうすればよいですか?
インストールせずにアクセスする方法はありますか?
マウントが必要な場合、ルート以外のユーザーがネットワーク共有をホームフォルダにマウントできるようにするにはどうすればよいですか。ローカルドライブをインストールできますが、\\machine1\A
インストール/home/user/somefolder/
を変更することはできません。
ベストアンサー1
通常、これはマウントポイントを定義する項目user
に設定を追加すること/etc/fstab
によって行われます。
追加資料:
- 設置(8)
通常、スーパーユーザーだけがファイルシステムをマウントできます。ただし、行に
fstab
このオプションが含まれている場合は、誰でもそのファイルシステムをマウントできます。user
-
4番目のフィールド(fs_mntops)。このフィールドは、ファイルシステムに関連するマウントオプションを記述します。
It is formatted as a comma-separated list of options. It contains at least the type of mount (ro or rw), plus any additional options appropriate to the filesystem type (including performance-tuning options). For details, see mount(8) or swapon(8). Basic filesystem-independent options are: defaults use default options: rw, suid, dev, exec, auto, nouser, and async. noauto do not mount when "mount -a" is given (e.g., at boot time) user allow a user to mount