[新知识] frantech buyvm slab crashed and rebuild
date
Sep 17, 2024
slug
knowledge-buyvm-storage-slab-rebuild
status
Published
summary
新知识
tags
type
Post
URL
Intro PictureSummary参考 https://www.pigji.com/898.html https://vps.la/2020/10/20/frantech购买block-storage-slabsbuyvm挂载存储盘方法教程-256g只要1-25美元/DetailsScreenshot
Intro Picture
坏了
Summary
参考 https://www.pigji.com/898.html https://vps.la/2020/10/20/frantech购买block-storage-slabsbuyvm挂载存储盘方法教程-256g只要1-25美元/
# detach and re-attach from vps management interface
# format
mkfs.ext4 -F /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-6248
# mount
mount -o discard,defaults /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-6248 /data01
# put into /etc/fstab
/dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-6248 /data01 ext4 defaults,nofail,discard 0 0