리눅스 부팅시 윈도우 공유폴더 자동 마운트
페이지 정보

본문
매번 마운트 하기 번거롭다면, 부팅시에 자동으로 마운트하도록 vi로 '/etc/rc.d/rc.local'파일을 열어 수정후 저장해 주시면 됩니다.
[root@localhost root]# cat /etc/rc.d/rc.local
#!/bin/sh
#
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
mount -t cifs //211.62.119.34/Fax /home/fax/public_html -o username=Administrator,password=31150075,iocharset=utf8,file_mode=0777,dir_mode=0777
-o 이후로는 띄어쓰기를 해서는 안된다.
[root@localhost root]# cat /etc/rc.d/rc.local
#!/bin/sh
#
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
mount -t cifs //211.62.119.34/Fax /home/fax/public_html -o username=Administrator,password=31150075,iocharset=utf8,file_mode=0777,dir_mode=0777
-o 이후로는 띄어쓰기를 해서는 안된다.
- 이전글호스트웨이 리눅스 서버 Quota 설정 방법 19.05.25
- 다음글리눅스 CD-ROM 및 윈도우 공유폴더 마운트 명령 19.05.25
댓글목록
등록된 댓글이 없습니다.
