Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntfs mount error #81

Open
qazar0 opened this issue Jul 24, 2024 · 2 comments
Open

ntfs mount error #81

qazar0 opened this issue Jul 24, 2024 · 2 comments

Comments

@qazar0
Copy link

qazar0 commented Jul 24, 2024

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
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants