Re: Problem mounting new Sandisk 1TB USB drive
- Reply: Gary Aitken : "Re: Problem mounting new Sandisk 1TB USB drive"
- In reply to: Gary Aitken : "Re: Problem mounting new Sandisk 1TB USB drive"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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