LoginSignup
2
0

More than 5 years have passed since last update.

RHEL7 に Windows の ディスクをマウントする方法

Last updated at Posted at 2019-03-12

Sambaのインストール

yum install samba-client samba-winbind cifs-utils -y

Linux 上で 参照したい Windows の フォルダーを共有

フォルダー右クリック(例:SharedDir) ➡ プロパティ ➡ 共有

マウントコマンド実行

mount -t cifs -o uid=LinuxUser,gid=LinuxGroup,user=WinUser //xxxxx.co.jp/SharedDir /mnt/LinuxMountDir
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0