Jump to content
OMRON Forums

Arm FW 2.6.1.0 fstab error


JeffLowe

Recommended Posts

Under prior versions of the firmware we were able to map to a shared folder on our PC by adding the following lines to the end of fstab:

//192.168.0.100/share /mnt/win cifs credentials=/etc/credentials 0 1
//192.168.0.100/FTS /mnt/FTS cifs credentials=/etc/credentials 0 1

This has worked well for all revisions up to 2.6.0.1, however in the latest FW, 2.6.1.0, the first mount fails and only the second is successful. Adding the _netdev directive to the lines has no effect, however by duplicating the first line to:

//192.168.0.100/share /mnt/win cifs credentials=/etc/credentials 0 0
//192.168.0.100/share /mnt/win cifs credentials=/etc/credentials 0 0
//192.168.0.100/FTS /mnt/FTS cifs credentials=/etc/credentials 0 0

Will now mount correctly, ignoring or erroring on the first mount entry and correctly picking up the next two. While this is an effective workaround, it does not seem like the correct approach and we were wondering why these changes are happening internally to the Linux configuration. It would be much better for us if we could rely on a stable configuration.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...