NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
DCARichardM
Dec 22, 2017Guide
Properties of share
ReadyNAS 4312, firmware 6.8.0 There is a share on the NAS which has appeared and we're trying to find out the date it was created. Is there any way of doing this please? Thanks in advance
- Dec 22, 2017
DCARichardM wrote:
There is a share on the NAS which has appeared and we're trying to find out the date it was created. Is there any way of doing this please?
Enable SSH, and then log into the shell using username root and the NAS admin password.
btrfs sub show path will show you the creation time.
For instance, if your data volume is named data, and you have a share called Test, you'd enter the command below
root@NAS:~# btrfs sub show /data/Test
The system will then display something like this:
Test
Name: Test
UUID: c4d3f37b-3325-6a47-a333-1ca00266f839
Parent UUID: -
Received UUID: -
Creation time: 2016-11-09 10:56:50 -0500
Subvolume ID: 296
Generation: 68879
Gen at creation: 240
Parent ID: 5
Top level ID: 5
Flags: -
Snapshot(s):
.snapshots/8/snapshot
StephenB
Dec 22, 2017Guru - Experienced User
DCARichardM wrote:
There is a share on the NAS which has appeared and we're trying to find out the date it was created. Is there any way of doing this please?
Enable SSH, and then log into the shell using username root and the NAS admin password.
btrfs sub show path will show you the creation time.
For instance, if your data volume is named data, and you have a share called Test, you'd enter the command below
root@NAS:~# btrfs sub show /data/Test
The system will then display something like this:
Test
Name: Test
UUID: c4d3f37b-3325-6a47-a333-1ca00266f839
Parent UUID: -
Received UUID: -
Creation time: 2016-11-09 10:56:50 -0500
Subvolume ID: 296
Generation: 68879
Gen at creation: 240
Parent ID: 5
Top level ID: 5
Flags: -
Snapshot(s):
.snapshots/8/snapshot
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!