'linux마운트'에 해당되는 글 1건
- 2020.02.04 :: Linux CIFS 마운트
LInux
2020. 2. 4. 15:53
Linux 에서 시놀로지 nas 또는 cifs 마운트 방법.
mount -t cifs -o user='유저ID',password='유저패스워드' 소스주소 타겟주소
ex)
mount -t cifs -o user='admin',password='password' //10.100.10.2/nas /mnt/nas
mount error(95): Operation not supported 에러 발생시 vers=1.0 옵션추가
mount -t cifs -o user='admin',password='password',vers=1.0 //10.100.10.2/nas /mnt/nas
'LInux ' 카테고리의 다른 글
Rocketchat 메신저 설치 (2) | 2020.01.31 |
---|---|
FFMPEG 설치 (0) | 2018.10.11 |
Centos 7 버전 nvidia 드라이버 설치 및 nouveau 설정 (0) | 2018.10.10 |
Mysql, my.cnf파일 위치 확인 (0) | 2016.08.29 |
웹서버 접속자수 확인 (0) | 2016.07.21 |