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 !

mount windows share in bubba

Got problems with Bubba? Then this forum is for you.
Locked
pelle
Posts: 20
Joined: 14 Mar 2007, 18:46

mount windows share in bubba

Post by pelle »

Is there a way to map a windows share in Bubba?
Will it work with mediatomb and PS3 frontend?

So far I have tried commands such as:

Code: Select all

mount -t smbfs -o username=xyz,workgroup=MSHOME  //Windows-PC/folder /mnt
But I am stuck on the fact that my windowsfolder contains spaces, i.e //Homer/Pelle - My Pictures, which doesnt seems to go well with the smbclient?
Xnij
Posts: 22
Joined: 25 Oct 2008, 18:02

Post by Xnij »

I think you need to escape the spaces with \ so //Homer/Pelle - My Picture will become //Homer/Pelle\ -\ My\ Picture.
Locked