Mount Network Shares using FSTAB
#31
Run:
Code:
ls -lah
on the parent directory and in the folder

Run:
Code:
id
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#32
linuxluemmel Wrote:Try to change smbfs to cifs

smbfs provides cifs support in Linux

Code:
root@iMedia:~# aptitude show smbfs
Package: smbfs
State: not installed
Version: 2:3.4.7~dfsg-1ubuntu3.2
Priority: optional
Section: otherosfs
Maintainer: Ubuntu Core Developers <[email protected]>
Uncompressed Size: 5,415k
Depends: netbase (>= 2.02), samba-common (= 2:3.4.7~dfsg-1ubuntu3.2), libc6 (>=
         2.8), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>=
         1.7+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1, libkrb5-3 (>=
         1.7dfsg), libldap-2.4-2 (>= 2.4.7), libtalloc2 (>= 2.0.0), libwbclient0
         (>= 2:3.4.0~pre2), zlib1g (>= 1:1.1.4)
Recommends: keyutils
Suggests: smbclient
Replaces: smbfsx
Description: Samba file system utilities
Samba is an implementation of the SMB/CIFS protocol for Unix systems, providing
support for cross-platform file and printer sharing with Microsoft Windows, OS
X, and other Unix systems.
You sure you got that right?

since xbmc uses whatever your linux smb client whciever your linux provides, one cant be without the other in this case.

so I think line would be

Code:
sudo aptitude install smbfs --with-recommends -y
Thats how XCI works, and it works, however NFS should be supported natively from XBMC Linux (insert distro here) SInce NFS in LINUX is WAY better IMO then SMB.
Reply
#33
I was just going to ask if i can use NFS instead. I tried to get it to work and it would error out saying that it couldnt connect.

My freenas box already have NFS shares and i hear that NFS is better then SMB so i wanted to try that instead.
XBMC-ATV2 - Frodo
XBMC-LR - Zotac Zbox Plus - 36gb SSD - 3Gb Mem - Frodo
XBMC-BR - Foxcon 330i - 16gb SSD - 2Gb Mem - FrodoRc3
XBMC-Mini - MacMini - 128Gb OCZ Agility - 5Gb Mem - Frodo - Running SQL - Auto Library Update
Synology DiskStation Ds1512+(Dsm 4.3-3776) - 4gb Mem - 5*3tb Wd Reds [SHR] - 2GB Bonded Link - (SSD Cache WIP)

Reply

Logout Mark Read Team Forum Stats Members Help
Mount Network Shares using FSTAB0