13:51 Seems like a contradiction: how can there be 200TB in the SSD tier if the max is only 192TB? Can you clarify?
@gummett6 ай бұрын
compression and deduplication :)
@thecloudbaba8668 Жыл бұрын
I am getting this error.. :( vserver cifs share create -share-name demovol -path /demovol Error: command failed: Failed to get CIFS server. Reason: CIFS server doesn't exist.
@awssupport Жыл бұрын
Hello! 👋 This doc may prove useful: go.aws/3r3m57D. 📝 If you still need addtional assistance, please reach out to our collective of engineers via: go.aws/3RnMkjF. 🛠️ ^AR
@stefanoserafini31027 ай бұрын
You have to: vserver cifs create -vserver fsx -cifs-server cifs_server -workgroup WORKGROUP and then: vserver cifs share create -vserver fsx -share-name vol1 -path /vol1 IF the volume is not present, also run: volume create -vserver fsx -volume vol1 -aggregate aggr1 -size 100GB