본문 바로가기

0과 1 그 끝없는 세상/HP-UX

[CIFS] 윈도우즈 공유 폴더 마운트하기 (How to mount Windows Filesystems on HP-UX)


0. You will face that you can not see files larger than 4GB with a low version of CIFS software.
You need reboot when you upgrade the software.
 
1. Install cifs software

2. mount
cifsmount //Server Computer Name/Directory /MountPoint -f -U USERNAME -P PASSWORD -I IP_ADDRESS
- ex ) cifsmount //pms_was_edev/TOPDB /TOPDB_DATA -f -U cifsuser -P cifsuser! -I 10.10.1.52

3. Unmount
cifsumount /MountPoint
- ex) cifsumount /TOPDB