8月 22

Linux クライアントから Linux サーバのsamba 共有ディレクトリ(smb) をマウントする方法。

ファイルシステム cifs を読み書き出来るようにする。

# yum -y install samba-client

Continue reading »

Tagged with:
1月 24

CentOS からネットワークストレージをマウントする。

# mount -t cifs -o user=xxxxxxxx,password=xxxxxxxx //192.168.x.x/[path] /mnt/[dir]

reboot時に自動マウントするように /etc/fstab に以下のように記述する。
Continue reading »

Tagged with:
preload preload preload