Page 1 of 1

mount windows share in bubba

Posted: 26 Nov 2008, 16:49
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?

Posted: 26 Nov 2008, 17:33
by Xnij
I think you need to escape the spaces with \ so //Homer/Pelle - My Picture will become //Homer/Pelle\ -\ My\ Picture.