sudo apt-get install samba smbfs
# setup passwd and userid
sudo smbpasswd -a jsk
# configuration
sudo vim /etc/samba/smb.conf
[share_name]
# test
comment = share dir
read only = no
browsable = yes
path = /home/jsk/share
sudo testparm
# start service
sudo /etc/init.d/samba restart
access :
//linuxip/share_name
윈도우 공유폴더를 리눅스에서 마운트
(참고 http://purityboy83.tistory.com/49)
mount -t cifs //192.168.123.212/TFTPBOOT/ /home/slimcode/8.XP/tftpboot -o uid=slimcode,gid=slimcode,username=jungsukkyu
common internet file system
1번 타겟아이피
2번 공유명
3번 마운트할곳
4번 저구문없이 마운트잡으면 root로 권한이 설정 되기때문에 root로 사용해도
상관이없다면 저구문을 빼면되고 자기가 일반적으로 사용하는 계정명으로
디렉토리를 마운트를 하고자한다면 유저와 그룹을 기술해줘야하고
5번 첫번째 사진에서 공유디렉토리에 권한이 어드민에 잡혀있으므로
username 으로 아이디를 기술해준 것입니다
댓글 없음:
댓글 쓰기