Re: Problem mounting new Sandisk 1TB USB drive

From: Souji Thenria <mail_at_souji-thenria.net>
Date: Wed, 10 Jan 2024 18:01:56 UTC
> # mount -t ntfs-3g /dev/da0s1 /mnt/memstick
> mount: /dev/da0s1: Invalid fstype: Invalid argument
> # ntfs-3g /dev/da0s1 /mnt/memstick
> NTFS signature is missing.
> Failed to mount '/dev/da0s1': Invalid argument
> The device '/dev/da0s1' doesn't seem to have a valid NTFS.
> Maybe the wrong device is used? Or the whole disk instead of a
> partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
> # ntfs-3g /dev/da0 /mnt/memstick
> NTFS signature is missing.
> Failed to mount '/dev/da0': Invalid argument
> The device '/dev/da0' doesn't seem to have a valid NTFS.
> Maybe the wrong device is used? Or the whole disk instead of a
> partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
> 
> -o debug shows nothing additional


Can you try to mount the drive using:
'ntfs-3g /dev/da0s1 /mnt/memstick'

If I remember correctly, using the mount command with ntfs-3g did not
work for me in the past while using the command directly worked...

-- 
Souji Thenria