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

Can you enable NTFS formatted USB drives for use? #2

Open
amitsax opened this issue Feb 6, 2021 · 3 comments
Open

Can you enable NTFS formatted USB drives for use? #2

amitsax opened this issue Feb 6, 2021 · 3 comments

Comments

@amitsax
Copy link

amitsax commented Feb 6, 2021

for mounted in $(/bin/mount | grep -E "ext2|ext3|ext4|tfat|exfat" | awk '{printf "%s - (%s)\n", $3, $1}'); do

just seem to need this filter to be added to it -

|tntfs

@yanother1
Copy link

yanother1 commented Feb 28, 2022

I can confirm that an NTFS formatted USB drive did not work for an RT-AC86U. When I tried Option 1 to Install NVRAM S/R Utility Menu I received "No Compatible ext* USB Partitions Found - Exiting!".

I reformatted to FAT32 and was successful.

FWIW - When I originally put the USB drive into the router it was unmounted (checked by clicking on the USB icon on the top right of the router's browser interface). I had to do a reboot to have it mounted.

@krader1961
Copy link

@amitsax, Why would you expect a Linux based router to support writing to an NTFS formatted drive? It's far easier to simply format your USB drive to use one of the supported formats. Since the amount of storage required is so small you can simply use one of the FAT formats if you required MS Windows compatibility. I'm shaking my head in disbelief at your request.

@amitsax
Copy link
Author

amitsax commented Jul 26, 2022

@amitsax, Why would you expect a Linux based router to support writing to an NTFS formatted drive? .... I'm shaking my head in disbelief at your request.
The router for which this utility is designed seems to work with NTFS. My suggested change works for me.. been working for last yr+.
I don't mind utility maintainers rejecting the request. Not sure what caused your disbelief at request, not everyone lives in exclusive *nix environment.

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