본문 바로가기

리눅스/Xfce4

xfce4 thunar smb공유 메뉴 추가하기

1. 설치
# yaourt -S thunar-shares-plugin

2. 설정
root계정으로 실행
export USERSHARES_DIR="/var/lib/samba/usershares"
export USERSHARES_GROUP="sambashare"
mkdir -p ${USERSHARES_DIR}
groupadd ${USERSHARES_GROUP}
chown root:${USERSHARES_GROUP} ${USERSHARES_DIR}
chmod 01770 ${USERSHARES_DIR}
------------------------------------------------

/etc/samba/smb.conf 파일에 추가
[global]
workgroup = WORKGROUP
security = share
usershare path = /var/lib/samba/usershares
usershare max shares = 100
usershare allow guests = yes
usershare owner only = yes
------------------------------------------------

일반계정을 공유그룹에 추가
usermod -a -G ${USERSHARES_GROUP} 일반계정명

설정 완료후 재로그인 해야하며 완료 후 모습




link: http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin

'리눅스 > Xfce4' 카테고리의 다른 글

xfce4 + archlinux + songbird  (0) 2009.11.06
Xfce4 메뉴의 간편한 편집  (0) 2008.07.11
7월달 리눅스 스크린샷~  (8) 2008.07.09