# mount -t nfs -o proto=tcp,nolock 10.53.218.101:/tmp
/mnt/centos
where:
- 10.53.218.101
is the IP address of a linux machine where folder /tmp is exported.
- /mnt/centos is
a read/write folder, in my case a flash memory.
To boot the board via nfs is not possible
for me, I tried shutdown -r now but it didnt
reboot.
regards,
Raul
AREVA Energietechnik GmbH
Vorsitzender des Aufsichtsrates: Dr. rer. nat. Peter Kirchesch - Geschäftsführung:
Dipl. Kfm. Joachim Gessner, Dr. Ing. Wolfgang Voß
Sitz: Frankfurt am Main - Amtsgericht: Frankfurt am Main, HRB 40819 - USt.-ID-Nr.
DE 811982897
Bitte antworten an
microblaze-uclinux@xxxxxxxxxxxxxx
An
<microblaze-uclinux@xxxxxxxxxxxxxx>
Kopie
Thema
[microblaze-uclinux] NFS Mounting
Hello All,
====> I am trying to mount the nfs filesystem on my board. But I am
not able
to mount it. I am getting the error as "Cannot read /etc/fstab: No
such file
or directory". Please see the following log.
----------------
# mount -t nfs /mnt/
mount:
Cannot read /etc/fstab: No such file or directory
#
---------------------------
There is only link in the etc folder and that points to the file in config
folder, but there is fstab file in config.
I am even tried to create fstab file and tried to build the image again,
but
when I downloaded the image to board the file was not there.
====> Since in the development is going on, I want to boot the board
via
NFS. Has anyboady has idea how to do it with petalinux? Any hint is
appreciated.