I am trying to use FreeBSD as my main desktop. I previously used Debian Linux.
I have FreeBSD 10.2 AMD 64-bit installed.
What I did
I installed both.
Then put
into /boot/loader.conf and rebooted.
then:
That looks like my drive
When I plug in the drive, my system can see the drive, but I get the error message:
I try to mount manually
I plugged the drive into my windows laptop, to make it is NTFS. I right clicked on the drive, when to properties. Sure enough, it is NTFS.
Any ideas?
(btw: it is a bit surprising that such a common operation would be so difficult)
I have FreeBSD 10.2 AMD 64-bit installed.
What I did
Code:
# pkg search ntfs
fusefs-ntfs-2015.3.14_2 Mount NTFS partitions (read/write) and disk images
ntfsprogs-2.0.0_5 Utilities and library to manipulate NTFS partitions
I installed both.
Then put
Code:
fuse_load="YES"
then:
Code:
# dmesg | grep -i da
da4 at umass-sim1 bus 1 scbus7 target 0 lun 0
da4: <Seagate Portable 0130> Fixed Direct Access SPC-2 SCSI device
da4: Serial Number 2GH2YSV5
da4: 40.000MB/s transfers
da4: 610480MB (1250263728 512 byte sectors: 255H 63S/T 77825C)
da4: quirks=0x2<NO_6_BYTE>
That looks like my drive
When I plug in the drive, my system can see the drive, but I get the error message:
Code:
Uable to mount ext_hdd.
An operation is already pending.
I try to mount manually
Code:
# mkdir /mnt/usb
# ntfs-3g /dev/da4 /mnt/usb
NTFS signature is missing.
Failed to mount '/dev/da4': Invalid argument
The device '/dev/da4' 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?
I plugged the drive into my windows laptop, to make it is NTFS. I right clicked on the drive, when to properties. Sure enough, it is NTFS.
Any ideas?
(btw: it is a bit surprising that such a common operation would be so difficult)