Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[Question] NFS Installation guide
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Question] NFS Installation guide
24th Mar, 2014, 06:48 PM
Post: #19
Rubman Offline
Registered
Posts: 23
Joined: Jul 2013
Reputation: 0
RE: [Question] NFS Installation guide
(24th Mar, 2014 05:10 AM)mk01 Wrote:  can you run this code from command line ?

Code:
sudo -i
export DEST="nfs:192.168.1.103:/volume1/XBian"
DEST=${DEST##'nfs:'}
tm=$(mktemp -d)
mount $DEST $tm && { rm -fr $tm/root $tm/xbian || :; } && touch $tm/root && touch $tm/xbian && chown xbian:xbian $tm/xbian && [ "$(stat -c %U $tm/root)" = root -a "$(stat -c %U $tm/xbian)" = xbian ] || { echo "ERROR"; umount $tm; }

if you get no answer, test is ok. and it should be running, probably bug later in the code.
if you get ERROR, then it wasn't able to retain ownership "xbian" on file (NFSROOT)/xbian and root on (NFSROOT)/root (or mount failed at the beginning).

After this I get no answer and when I look in my NAS folder created for XBian it has 2 files: Root and XBian. Both are 0 kb and seem to have nothing in them.

(24th Mar, 2014 05:10 AM)mk01 Wrote:  can you mount the XBian export with
Code:
sudo mkdir /mnt/NFS
sudo mount 192.168.1.103:/volume1/XBian /mnt/NFS

?

It seems to mount ok, but after trying again it says. already mounted

Tried altering cmdline to say the following
Code:
sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=NFS:192.168.1.103:/volume1/XBian rootflags=subvol=root/@,autodefrag,compress=lzo rootfstype=btrfs rootwait smsc95xx.turbo_mode=N elevator=cfq logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=mountall splash nohdparm --startup-event mountall

Whenever I try to start XBian it hangs at first splash screen and goes back to command line.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
[Question] NFS Installation guide - Rubman - 3rd Mar, 2014, 07:55 PM
RE: [Question] NFS Installation guide - IriDium - 4th Mar, 2014, 03:15 AM
RE: [Question] NFS Installation guide - Rubman - 4th Mar, 2014, 05:47 PM
RE: [Question] NFS Installation guide - IriDium - 5th Mar, 2014, 02:09 AM
RE: [Question] NFS Installation guide - Rubman - 5th Mar, 2014, 09:16 PM
RE: [Question] NFS Installation guide - mk01 - 16th Mar, 2014, 10:18 AM
RE: [Question] NFS Installation guide - Rubman - 17th Mar, 2014, 08:41 PM
RE: [Question] NFS Installation guide - belese - 17th Mar, 2014, 09:14 PM
RE: [Question] NFS Installation guide - mk01 - 17th Mar, 2014, 09:33 PM
RE: [Question] NFS Installation guide - Rubman - 18th Mar, 2014, 02:19 AM
RE: [Question] NFS Installation guide - mk01 - 18th Mar, 2014, 02:27 AM
RE: [Question] NFS Installation guide - Rubman - 18th Mar, 2014, 08:55 PM
RE: [Question] NFS Installation guide - Smultie - 18th Mar, 2014, 09:18 PM
RE: [Question] NFS Installation guide - mk01 - 24th Mar, 2014, 05:10 AM
RE: [Question] NFS Installation guide - Rubman - 24th Mar, 2014 06:48 PM
RE: [Question] NFS Installation guide - mk01 - 24th Mar, 2014, 07:00 PM
RE: [Question] NFS Installation guide - Rubman - 24th Mar, 2014, 07:51 PM
RE: [Question] NFS Installation guide - mk01 - 24th Mar, 2014, 08:07 PM
RE: [Question] NFS Installation guide - Rubman - 24th Mar, 2014, 08:17 PM
RE: [Question] NFS Installation guide - Rubman - 18th Mar, 2014, 09:58 PM
RE: [Question] NFS Installation guide - Smultie - 18th Mar, 2014, 10:13 PM
RE: [Question] NFS Installation guide - Rubman - 19th Mar, 2014, 04:35 PM
RE: [Question] NFS Installation guide - Rubman - 21st Mar, 2014, 05:21 PM
RE: [Question] NFS Installation guide - mk01 - 24th Mar, 2014, 08:30 PM
RE: [Question] NFS Installation guide - Rubman - 24th Mar, 2014, 10:52 PM
RE: [Question] NFS Installation guide - Senseohasser - 2nd Feb, 2015, 12:03 AM
RE: [Question] NFS Installation guide - CurlyMo - 2nd Feb, 2015, 12:05 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 8th Jun, 2025, 06:55 PM Powered By MyBB, © 2002-2025 MyBB Group.