請問怎麼掛載(mount)網路磁碟? - Linux

Table of Contents

我需要掛載在/mnt下,所以我先mkdir /mnt/nethd, 之後輸入..
sudo mount -t cifs -o iocharset=cp950 //192.168.1.20/home/test /mnt/nethd

但總是一直出現問題

唷 對了,登入此目錄需要帳號跟密碼,請問需要再加入甚參數呢?
謝謝!

--

All Comments

Catherine avatarCatherine2009-11-13
自問自答@@ mount -t cifs -o username=server_user,
password=server_password //192.168.1.20/home/test
Hedwig avatarHedwig2009-11-15
/mnt/nethd