LVMを使用してドライブを分割し、ルートとストレージ用に別々の論理ボリューム(LV)を作成しました。ストレージLVで何かを実行しようとするたびにエラーが発生しますPermission denied
。
ルートLVに移動して同じことをすると、期待どおりに動作します。両方のLVの設定を確認してみましたが、目立つ違いはないようです。私が何かを見落としたこと間違いなしです。
$ sudo lvdisplay
--- Logical volume ---
LV Path /dev/vgubuntu/root
LV Name root
VG Name vgubuntu
LV UUID NxdCBB-MS1U-vu2Y-iyH6-Tqij-OF1P-ZqqBn8
LV Write Access read/write
LV Creation host, time ubuntu, 2023-05-26 16:30:19 +0100
LV Status available
# open 1
LV Size 500.00 GiB
Current LE 128000
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
--- Logical volume ---
<Redacted>
--- Logical volume ---
LV Path /dev/vgubuntu/Storage
LV Name Storage
VG Name vgubuntu
LV UUID Jy2viP-GC1B-JyQH-mSvf-k337-A30r-f4xqI8
LV Write Access read/write
LV Creation host, time OQC-LT-70, 2023-06-19 10:23:51 +0100
LV Status available
# open 1
LV Size 1.36 TiB
Current LE 357350
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3
この問題をどのように解決できますか?