New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Sharing the music folder

Got problems with Bubba? Then this forum is for you.
Locked
ian
Posts: 128
Joined: 30 Jul 2007, 09:07

Sharing the music folder

Post by ian »

I have a samba application running on my Nokia E90 mobile phone, which works really well. However, I would like to create a network drive in this application, to directly open the storage\music shared folder. However, this refuses to work, although I am able to browse to the music folder via the storage folder.

I have been told that this is something to do with the music folder not having been set up as a share. Does this make sense, and if so, is there a solution?
HerrJanzon
Posts: 9
Joined: 13 Dec 2007, 06:21

Post by HerrJanzon »

I would do the following.

1. Login to bubba using ssh
2. Become root.
3. Stop samba. /etc/init.d/samba stop
4. Edit the samba config file at /etc/samba/smb.conf
Copy/paste the "storage" definition and call it music. Change path to path=/var/samva/public/music
Save file.
6. Start samba. /etc/init.d/samba start
ian
Posts: 128
Joined: 30 Jul 2007, 09:07

Post by ian »

Thanks for the help. I actually found more or the less the same info on the internet, and managed to get my phone to "see" my music folder.

The bubba is certainly very customisable...
Locked