How can I backup data when the file system is mounted, but SMB/AFP etc are not available?
最后修订日期:
2022-03-30
Method 1
Use WinSCP to copy out the data like the link.
Method 2
Connect external storage device to NAS,
you should able to see the external drive is mounted in the system.
Try to copy the data from Data Volume by CP command.
2. Run df -h to find the System Data Volume

2. Insert external drive and run df -h to find the Path of external drive, the path should contain external.

3. Change to Data Volume, list the folder by ls -l

4.Copy everything from data volume to external drive by cp command.
![]()