mon5termatt / medicat_installer

Medicat Installer Repo
https://medicatusb.com
GNU General Public License v3.0
1.49k stars 112 forks source link

ntfs mount error #81

Open qazar0 opened 1 month ago

qazar0 commented 1 month ago

In kali-linux-2024.2-i386 Uname -a: Linux kali-linux-2024 6.6.15-686-pae #1 SMP PREEMPT_DYNAMIC Kali 6.6.15-2kali1 (2024-05-17) i686 GNU/Linux

In file: Medicat_Installer.sh line 343 needs to be changed: sudo mount $drive2 ./MedicatUSB -t ntfs3 to sudo mount $drive2 ./MedicatUSB -t ntfs to correctly mount usb NTFS drive.

Additionally, the script does not verify that the drive is mounted correctly. Despite this, it continues to copy files to a directory on the internal drive.

ultrablazed commented 1 month ago

I'm having this issue with the latest version of EndeavorOS. I can't mount it to add any .iso files to the ventoy folder :(