プロジェクト

全般

プロフィール

LinuxでWindowsの共有フォルダをマウントする方法

  • \ は改行識別なので1行で問題ない
# mount -t cifs -o \
username=Administrator,password=password \
//192.168.0.1/Share /mnt/cifs

 

戻る