Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 18:01:56 +0000
From:      Souji Thenria <mail@souji-thenria.net>
To:        freebsd@dreamchaser.org, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Problem mounting new Sandisk 1TB USB drive
Message-ID:  <85758e7a-f9bb-4568-a863-53c2439045ce@souji-thenria.net>
In-Reply-To: <b47a25dd-3fde-494b-8afe-0766afbc1016@dreamchaser.org>
References:  <746cd0fe-9de8-414b-8b5d-7030d423fa7f@dreamchaser.org> <d00f483a-5956-4d1d-bf60-13b8fa159b47@souji-thenria.net> <b47a25dd-3fde-494b-8afe-0766afbc1016@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> # 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85758e7a-f9bb-4568-a863-53c2439045ce>