mon5termatt / medicat_installer

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

ntfs mount error #81

Open qazar0 opened 4 months ago

qazar0 commented 4 months 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 4 months 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 :(

Absmustang commented 2 months ago

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

In file: _MedicatInstaller.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.

Same issue here with the same workaround. In some systems with ntfs-3g utils installed the mount 'ntfs' option points to 'ntfs-3g'. Using 'ntfs3' results in a 'unknown filesystem ntfs3' message and the script proceeds to unzip on the local directory.