Results 1 to 3 of 3
when I perform this command:
/home/<useracct>/workdir/filesys *(rw,no_root_squash,no_all_squash,sync)
I receive this message:
syntax error near unexpected token `('
and when I ignore the PARENTHESIS,I receive this message:
/home/<useracct>/workdir/filesys/: Is a directory
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-10-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 26
Exporting a Shared File System for Target Access in DM6446???
when I perform this command:
/home/<useracct>/workdir/filesys *(rw,no_root_squash,no_all_squash,sync)
I receive this message:
syntax error near unexpected token `('
and when I ignore the PARENTHESIS,I receive this message:
/home/<useracct>/workdir/filesys/: Is a directory
what must do????????
- 10-10-2012 #2Just Joined!
- Join Date
- Oct 2012
- Location
- Delhi, India
- Posts
- 19
what kind of export is it nfs (i believe it is) then do this
in your /etc/exports file add this:
/home/<useracct>/workdir/filesys *(rw,no_root_squash,no_all_squash,sync)
this line-thingy is not a command but the path and the options for an export
- 10-10-2012 #3Just Joined!
- Join Date
- Oct 2012
- Posts
- 26


Reply With Quote

