![]() |
[SOLVED] NTFS USB HDD mount error - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: [SOLVED] NTFS USB HDD mount error (/Thread-SOLVED-NTFS-USB-HDD-mount-error) |
NTFS USB HDD mount error - Integra - 07-Jul-2017 HDD Disk 2.0Tb external USB 3.0 Toshiba. Formatted by WIN 10. GPT partition table. Problem to mount under snakeoil 0.9 ![]() RE: NTFS USB HDD mount error - agent_kith - 07-Jul-2017 (07-Jul-2017, 07:24 PM)Integra Wrote: HDD Disk 2.0Tb external USB 3.0 Toshiba. ![]() Do you have any NTFS drives that mount OK, or is it just this specific disk? Can you SSH into the machine, and run this? Code: sudo fdisk -l RE: NTFS USB HDD mount error - Integra - 07-Jul-2017 ![]() RE: NTFS USB HDD mount error - agent_kith - 07-Jul-2017 Nice find on that bug. My auto-detect code has a bug. ![]() Use /dev/sdb2 in the media field and save the configuration. That in theory should work. Let me know if that works and if yes, I'd fix this in the next RC release. RE: NTFS USB HDD mount error - Integra - 07-Jul-2017 Ok fine. /dev/sdb2 is working! For information I connected second HDD Toshiba equal to first but formatted MBR. No problem! Plug and play RE: NTFS USB HDD mount error - agent_kith - 07-Jul-2017 (07-Jul-2017, 08:52 PM)Integra Wrote: Ok fine. /dev/sdb2 is working!That's great to hear. I'd get this fixed for the next RC ![]() Update: Should be resolved in 0.9.1 |