2012-10-22

Linux掛載Windows的網路芳鄰(cifs)

# mkdir /mnt/cifs

# mount.cifs //192.168.1.1/file_dir /mnt/cifs -o username='myUsername',password='myPassword',codepage=cp950
(此指令為掛載)

or

# mount -t cifs //192.168.1.1/file_dir /mnt/cifs -o username='myUsername',password='myPassword',codepage=cp950
(此指令也是掛載)


# umount /mnt/cifs
(此為取消掛載)

沒有留言:

張貼留言