Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-LAB-HELP
-
Labels:None
Description
Hi,
Please provide volume(500 Gb) to instance in fiware lab.
Details of instance:
Instance name: ICCC-App-Staging
Base image: centos 7
RAM:16GB
VCPUs:8vCPUs
Ip: 195.134.187.54
Key pair: centos.pem
Regards,
Damini
__________________________________________________________________________________________
You can get more information about our cookies and privacy policies on the following links:
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
Fiware-lab-help mailing list
Fiware-lab-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-lab-help
[Created via e-mail received from: Damini Chopra <damini.c@india.nec.com>]
Hi Damini San,
We have checked your system. 500 GB volume attached is visible in /dev as vdb.
You can use mount command to mount and then check mounted devices via df –h or lsblk -f
The standard form of the mount command is:
mount -t type device dir
for example:
mkdir /user/centos/volume
mount –t ext3 /dev/sdb /user/centos/volume -> if you want to write ext3 file system on vdb ( your 500 GB device) & mount on volume directory
Note: To persist the mounting od device after system reboot you need to add entry in fstab.
Thanks and Regards,
Noida Node