- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Properties of share
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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