Browse - computer tips - linux mount boxee diskDate: 2011apr21 OS: Linux Q. How can I mount at disk shared by my boxee box? A. If the share is called "elements" this script will do it: #!/bin/sh mkdir -p /mnt/boxee/elements OPT="guest,file_mode=0644,dir_mode=0755,noexec" mount -t cifs -o $OPT //boxee/elements /mnt/boxee/elements
Add a commentSign in to add a comment | Advertisements:
|