× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Properties of share

DCARichardM
Guide

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

Message 1 of 2

Accepted Solutions
StephenB
Guru

Re: Properties of share


@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

View solution in original post

Message 2 of 2

All Replies
StephenB
Guru

Re: Properties of share


@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

Message 2 of 2
Top Contributors
Discussion stats
  • 1 reply
  • 493 views
  • 2 kudos
  • 2 in conversation
Announcements