JackOfAll wrote: 
> Why not? That's exactly how it does work. If you use the Vortexbox
> layout under storage, "files", is the writeable share. Have a look at
> /etc/samba/smb.conf.

In the CSOSR7 image /storage is used by the inbuilt samba server and has
this directory tree:


Code:
--------------------
    [root@squeeze-v /]# ls -l storage
  total 20
  drwxrwxrwx. 2 nobody nobody 4096 Apr  1 09:53 backup
  drwxrwxrwx. 4 nobody nobody 4096 Apr  1 09:53 media
  drwxrwxrwx. 2 nobody nobody 4096 Mar 20 16:27 movies
  drwxrwxrwx. 5 nobody nobody 4096 Apr  1 09:55 music
  drwxrwxrwx. 2 nobody nobody 4096 Mar 20 16:27 pictures
  [root@squeeze-v /]# tree storage
  storage
  |-- backup
  |-- media
  |   |-- audio
  |   `-- playlists
  |-- movies
  |-- music
  |   |-- flac
  |   |-- mp3
  |   `-- playlist
  `-- pictures
  
  10 directories, 0 files
  
--------------------


For access to work as designed in the image,  /storage, and the
directories below it, must be owned by nobody:nobody.   Mount a local
disk on /storage via the webui and your smb.conf no longer applies as
/storage is now owned by root:root and the directory tree is lost.  As
the samab server is still running against the orig smb.conf, tools such
as smbclient report a false situation.  Hence my comment about using the
webUI to attach a local disk and expose it via inbuilt samba server.


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to