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, 05:10 AM
Post: #18
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: [Question] NFS Installation guide
(18th Mar, 2014 08:55 PM)Rubman Wrote:  When entering
nfs:192.168.1.103:/volume1/XBian

I still get Wrong destination block device error.


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).

can you mount the XBian export with
Code:
sudo mkdir /mnt/NFS
sudo mount 192.168.1.103:/volume1/XBian /mnt/NFS

?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
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: 24th Jun, 2025, 11:24 PM Powered By MyBB, © 2002-2025 MyBB Group.