bbb13
30th June 2012, 10:43 AM
I have a server with ubuntu 12.04 and lxde-core install which works as a torrentbox and distributes the files/disks over my other 3 devices in the network.i use NFS for distributing in linux clients and samba for windows. In my dual-boot laptop, Mint 13/Salix 13.37, NFS is working with zero problems. with automounting and the whole deal. In my triple boot desktop, Fedora 17 has issues. everyhting works great, (automounting with fstab etc.) except when it comes watching videos in smplayer 0.8.0. every other minute the video freezes and i have to stop it and restart it (the video, not smplayer) again. i tried running smplayer for command line in order to get some insight but nothing unsual comes up. My Desktop is an AMD x6-core, with a GeForce GTX 560Ti and 295.59 Nvidia drivers.
/etc/exports from ubuntu server:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
/media *(rw,sync,fsid=0,crossmnt,no_subtree_check,no_root _squash,no_wdelay,nohide)
my fedora 17 /etc/fstab:
#
# /etc/fstab
# Created by anaconda on Tue Jun 26 19:45:57 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=41374257-c92b-4c13-bbed-eb04a8fc95ad / ext4 defaults 1 1
UUID=9c41ea30-4138-4da9-90bb-cd6d41d4a1ab /media/DATA ext4 defaults 1 2
UUID=9997ad93-4904-415a-916e-6a8a011b2a3c swap swap defaults 0 0
192.168.60.8:/media /media/nfs nfs rw,rsize=8192,wsize=8192 0 0
any help would be much appreciated
/etc/exports from ubuntu server:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
/media *(rw,sync,fsid=0,crossmnt,no_subtree_check,no_root _squash,no_wdelay,nohide)
my fedora 17 /etc/fstab:
#
# /etc/fstab
# Created by anaconda on Tue Jun 26 19:45:57 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=41374257-c92b-4c13-bbed-eb04a8fc95ad / ext4 defaults 1 1
UUID=9c41ea30-4138-4da9-90bb-cd6d41d4a1ab /media/DATA ext4 defaults 1 2
UUID=9997ad93-4904-415a-916e-6a8a011b2a3c swap swap defaults 0 0
192.168.60.8:/media /media/nfs nfs rw,rsize=8192,wsize=8192 0 0
any help would be much appreciated