NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
eton
Apr 15, 2023Luminary
Making a folder appear as a volume in OS 6 GUI?
If a folder is created via SSH under /data/ like /data/New-folder, it will not appear as a normal share in ReadyNAS OS 6's web GUI. What needs to be edited to make that folder become a normal share? ...
eton
Apr 15, 2023Luminary
Ah, BTRFS subvolume!
I know how to create a share via the web GUI. The question is how to dot it via terminal.
How is this accomplished?
Please reply with full command example for `--ref-link`.
StephenB
Apr 16, 2023Guru - Experienced User
eton wrote:
I know how to create a share via the web GUI. The question is how to do it via terminal.
How is this accomplished?
Not sure how to set up everything the ReadyNAS application needs, so my basic advice is don't.
eton wrote:
Please reply with full command example for `--ref-link`.
It's an option for cp.
- etonApr 16, 2023Luminary
I manually created a btrfs subvolume:
btrfs subvolume create /data/cli-test
chown guest:guest /data/cli-testAnd added it to these config files:
/etc/frontview/samba/Shares.conf
/etc/snapper/configs/10
/etc/minidlna.conf
And restarted needed services. The subvolume/share is accessible over the network but still doesn't show up in web admin.
- StephenBApr 16, 2023Guru - Experienced User
eton wrote:
And restarted needed services. The subvolume/share is accessible over the network but still doesn't show up in web admin.
There's also an SQL database, and I am guessing that it needs to be added there.
- etonApr 16, 2023Luminary
Indeed!
# find / -not -path "/data/*" -not -path "/media/*" -not -path "/run/*" -type f -iname "*.sql"
/usr/share/mysql/mysql_system_tables_data.sql
/usr/share/mysql/mysql_system_tables.sql
/usr/share/mysql/fill_help_tables.sql
/usr/share/mysql/mysql_test_data_timezone.sql
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!