You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: