- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I made a folder on /data using the command line shell. How can I make it show up in the Shares list?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So I logged into my ReadyNAS314 via ssh, went to /data and made a new directory.
It works fine, but doesn't appear in the list of shares on the web gui. Is there a way to refresh that list, or is that folder invisible to the web interface?
Thanks for any assistance.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make a new share with a different name, and move the data into it. Then delete the old folder, and rename the share.
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I made a folder on /data using the command line shell. How can I make it show up in the Shares l
@old_newbie wrote:
It works fine, but doesn't appear in the list of shares on the web gui. Is there a way to refresh that list, or is that folder invisible to the web interface?
It is invisible. The web UI creates a share as a btrfs subvolume, which you probably did not do. There are other set-up aspects that need the UI as well.
Why didn't you use the web ui?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I made a folder on /data using the command line shell. How can I make it show up in the Shares l
Not using the UI was just lack of experience. But now I have lots of data in that folder that I'd like to keep.
What if I made a new share through the UI, and rename my folder to match the name of that share?
Or make a new share, and copy everything over?
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make a new share with a different name, and move the data into it. Then delete the old folder, and rename the share.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I made a folder on /data using the command line shell. How can I make it show up in the Shares l
If I make a share from the UI, and use the ssh shell to put data into it, will that data be recognized/snapshotted/etc by the UI?
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I made a folder on /data using the command line shell. How can I make it show up in the Shares l
@old_newbie wrote:
If I make a share from the UI, and use the ssh shell to put data into it, will that data be recognized/snapshotted/etc by the UI?
Yes.