visudo: (man sudoers)
opera debian=(PASSWD): /bin/mount, /bin/umount(username hostname=(NOPASSWD\PASSWD\noexec): command)
(for sudo works well, need to configure hostname properly)
edit /etc/hostname:
edit /etc/network/interfaces:
add alias to ~/.bashrc:edit /etc/hosts:debian
127.0.0.1 localhost(it seems to cause some problem if written as 127.0.0.1 localhost debian)
192.168.0.1 debian
iface eth0 inet staticaddress 192.168.0.1
netmask 255.255.255.0
alias mount='sudo /bin/mount -o umask=000'
alias umount='sudo /bin/umount'