Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 266 Bytes

20230821_mount_memo.md

File metadata and controls

14 lines (11 loc) · 266 Bytes

SSDの名前を変更したときのメモ

# 確認
df -h
mount | grep /dev/sda2

# 名前変更のために一度unmount
sudo umount /dev/sda2

# 変更のためのツール導入と変更
sudo apt install exfatprogs
sudo exfatlabel /dev/sda2 ssd_1t