When I tried to mount my NTFS hard drive it's keep returning error code 1 but can still mount and access normally on windows OS, I have tried following this forum post and doing chkdsk but to no avail
Additional information
blkid info:
/dev/sdb4: LABEL="Main" BLOCK_SIZE="512" UUID="34669EA1669E6400" TYPE="ntfs"
/dev/sdb2: BLOCK_SIZE="512" UUID="60D0B28ED0B26A44" TYPE="ntfs"
/dev/sda4: UUID="138269df-ae8e-4c42-9620-830fd19b75bd" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root" PARTUUID="28ecc676-111c-42aa-a4fb-6b6888645c39"
/dev/sda3: LABEL="System" BLOCK_SIZE="512" UUID="A0D640EDD640C56E" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="33423fed-6766-45ce-9dbc-5590a5ae9667"
/dev/sda1: UUID="701D-8F78" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="b4452a4c-540d-4cc4-b9f4-61eeba402e93"
/dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="f1a47235-4b6c-463a-affb-58553695b40b"
fstab info:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=138269df-ae8e-4c42-9620-830fd19b75bd / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=701D-8F78 /boot/efi vfat umask=0077 0 1```