Changes between Version 1 and Version 2 of User Guide/Storage Space
- Timestamp:
- Nov 20, 2023, 9:17:57 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Guide/Storage Space
v1 v2 1 = Storage 2 3 == Local Disks 1 == Storage 4 2 5 3 By default, each server node is attached with a fixed amount of local disk space under '''"/dev/sda"'''. You can check the total amount of disk space by running: … … 25 23 }}} 26 24 27 == NFS Mounting25 === NFS Mounting 28 26 29 27 Since local storage space is limited, large files (e.g. datasets and trained models) are better kept remotely. This can be done efficiently with the help of '''Network File System (NFS)''', which allows you to mount remote directories and do read/write as if they are local directories. … … 31 29 Below are two common use cases of NFS. 32 30 33 === COSMOS Storage31 ==== COSMOS Storage 34 32 35 33 The easiest way is to use the storage spaces provided by the COSMOS ecosystem: '''"cosmos_data"''' and '''"datasets"'''. … … 71 69 }}} 72 70 73 === Google Cloud Buckets71 ==== Google Cloud Buckets 74 72 75 73 Apart from native COSMOS storage, you may also mount external NFS like Google Cloud buckets.