From 8ed23a3296afaee014d7652c7505e54ebe2c4e4d Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 20 May 2025 16:11:00 +0300 Subject: [PATCH] Manually mount windows partition in zshrc bcz dolphin fails to do so --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 07cd7e6..aef64c0 100644 --- a/.zshrc +++ b/.zshrc @@ -116,6 +116,9 @@ if [ ! -f "$MARKER_FILE" ]; then # Start linkwarden (pushd $HOME/personal/linkwarden > /dev/null && docker compose up -d > /dev/null && popd) &>/dev/null + # Cuz dolphin fails to mount this for some reason? + sudo ntfs-3g /dev/nvme0n1p4 /mnt/windows + touch "$MARKER_FILE" fi