kihei/i-05772b21c1bf14882
by SadServersMore by SadServers
The exit status returned by fallocate is 0 on success and 1 on failure. OPTIONS The length and offset arguments may be followed by the multiplicative su MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB, and YiB (the "i "K" has the same meaning as "KiB") or the suffixes KB (=1000), MB (=1000* GB, TB, PB, EB, ZB, and YB. The options --collapse-range, --dig-holes, --punch-hole, and --zero-rang sive. -c, --collapse-range Removes a byte range from a file, without leaving a hole. The byt lapsed starts at offset and continues for length bytes. At the co Manual page fallocate(1) line 1 (press h for help or q to quit)
kihei/i-060ebfc99f2bb2560 12:23
by SadServersFree PE 0 Allocated PE 0 PV UUID z0uOTP-FI8t-j3rA-HUHk-2sFf-x3hO-BiYzAc admin@i-026cdc6f98b7dc57b:~$ sudo lg lg-data /dev/sdb /dev/sdc sudo: lg: command not found admin@i-026cdc6f98b7dc57b:~$ sudo lgcreate lg-data /dev/sdb /dev/sdc sudo: lgcreate: command not found admin@i-026cdc6f98b7dc57b:~$ sudo lgcreate lg-data /dev/sdb^Cdev/sdc admin@i-026cdc6f98b7dc57b:~$ sudo lgs sudo: lgs: command not found admin@i-026cdc6f98b7dc57b:~$ sudo vgs admin@i-026cdc6f98b7dc57b:~$ sudo vgcreate vg-data /dev/sdb^Cdev/sdc No device found for /dev/sdb^Cdev/sdc. admin@i-026cdc6f98b7dc57b:~$ sudo vgcreate vg-data /dev/sdb
kihei/i-026cdc6f98b7dc57b 05:49
by SadServersroot@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# touch newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# ls newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# ls -lrt total 0 -rw-r--r-- 1 root root 0 Dec 7 15:15 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# chmod 775 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# root@i-07cf1d96296b9ba0c:/home/admin/data# ls -lrt total 0 -rwxrwxr-x 1 root root 0 Dec 7 15:15 newdatafile root@i-07cf1d96296b9ba0c:/home/admin/data# cd .. root@i-07cf1d96296b9ba0c:/home/admin#