Skip to content

Commit

Permalink
removed requirement to have an exec permission for the data location
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Sep 26, 2024
1 parent 745446a commit e193ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,7 @@ The writeability and readability checks are performed on the storage location, n
{% tabs %}
{% tab label="Linux" %}
{% callout type="danger" %}
**Linux Users:** You **must** static mount via /etc/fstab. Failure to do so will put you in high risk of failing audits and getting disqualified. The mount options must include `exec` permission. Here's how to do that: [](docId:nZeFxmawYPdgkwUPy6f9s)
{% /callout %}

{% callout type="info" %}
You need to allow an execution for the `bin` subfolder in your storage location. The disk mount options must include `exec` permission.
Replace the `<storage-dir>` with your parameter.

```shell
mkdir -p <storage-dir>/bin
chmod +x <storage-dir>/bin
```
**Linux Users:** You **must** static mount via /etc/fstab. Failure to do so will put you in high risk of failing audits and getting disqualified. Here's how to do that: [](docId:nZeFxmawYPdgkwUPy6f9s)
{% /callout %}

1. Copy the command into a plain text editor like a `nano`:
Expand Down
2 changes: 1 addition & 1 deletion app/(docs)/node/get-started/prerequisites/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Ubuntu - 64-bit version of one of these Ubuntu versions:
- Bionic 18.04 (LTS) or later

> **Make sure you use static mount for your hard drive via**
> **/etc/fstab and drive is mounted with `exec` permission**:
> **/etc/fstab**:
> See [](docId:nZeFxmawYPdgkwUPy6f9s).
{% /tab %}
Expand Down

0 comments on commit e193ebb

Please sign in to comment.