Mouting ntfs drive on my ubuntu 18.10 error
I am totally new to Linux(Ubuntu). I have an ssd and I have installed ubuntu 18.10 on it and booted it up. I also have a ntfs drive of 1TB and I can't seem to mount it. I tried multiple answers posted in the community. No help at all.
One of the command I tried was this:
sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/windows
I got this error for that:
Corrupted file $UpCase
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Please help me on how to successfully mount it on my ubuntu.
Then I also tried ntfs-3g
sudo mount -t ntfs-3g /dev/sda1 /media/windows
This returned.
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Also tried ~$ sudo ntfsfix /dev/sda1
and it returned this.
Mounting volume... ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Remount failed: No such file or directory
sudo fdisk -l
Disk /dev/loop0: 34.8 MiB, 36503552 bytes, 71296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 14.5 MiB, 15208448 bytes, 29704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 42.1 MiB, 44183552 bytes, 86296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 140.7 MiB, 147496960 bytes, 288080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 56FAF0C8-FD74-450A-8FC9-F3CE4D367270
Device Start End Sectors Size Type
/dev/sda1 2048 1953523711 1953521664 931.5G Microsoft basic data
Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf4956723
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2000895 1998848 976M ef EFI (FAT-12/16/32)
/dev/sdb2 2002942 234440703 232437762 110.9G 5 Extended
/dev/sdb5 2002944 26001407 23998464 11.5G 82 Linux swap / Solaris
/dev/sdb6 26003456 234440703 208437248 99.4G 83 Linux
Disk /dev/loop8: 91 MiB, 95416320 bytes, 186360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 66 MiB, 69136384 bytes, 135032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 3.7 MiB, 3878912 bytes, 7576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 87.9 MiB, 92123136 bytes, 179928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
18.04 mount hard-drive ntfs 18.10
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 6 more comments
I am totally new to Linux(Ubuntu). I have an ssd and I have installed ubuntu 18.10 on it and booted it up. I also have a ntfs drive of 1TB and I can't seem to mount it. I tried multiple answers posted in the community. No help at all.
One of the command I tried was this:
sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/windows
I got this error for that:
Corrupted file $UpCase
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Please help me on how to successfully mount it on my ubuntu.
Then I also tried ntfs-3g
sudo mount -t ntfs-3g /dev/sda1 /media/windows
This returned.
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Also tried ~$ sudo ntfsfix /dev/sda1
and it returned this.
Mounting volume... ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Remount failed: No such file or directory
sudo fdisk -l
Disk /dev/loop0: 34.8 MiB, 36503552 bytes, 71296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 14.5 MiB, 15208448 bytes, 29704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 42.1 MiB, 44183552 bytes, 86296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 140.7 MiB, 147496960 bytes, 288080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 56FAF0C8-FD74-450A-8FC9-F3CE4D367270
Device Start End Sectors Size Type
/dev/sda1 2048 1953523711 1953521664 931.5G Microsoft basic data
Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf4956723
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2000895 1998848 976M ef EFI (FAT-12/16/32)
/dev/sdb2 2002942 234440703 232437762 110.9G 5 Extended
/dev/sdb5 2002944 26001407 23998464 11.5G 82 Linux swap / Solaris
/dev/sdb6 26003456 234440703 208437248 99.4G 83 Linux
Disk /dev/loop8: 91 MiB, 95416320 bytes, 186360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 66 MiB, 69136384 bytes, 135032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 3.7 MiB, 3878912 bytes, 7576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 87.9 MiB, 92123136 bytes, 179928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
18.04 mount hard-drive ntfs 18.10
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
1
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
1
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago
|
show 6 more comments
I am totally new to Linux(Ubuntu). I have an ssd and I have installed ubuntu 18.10 on it and booted it up. I also have a ntfs drive of 1TB and I can't seem to mount it. I tried multiple answers posted in the community. No help at all.
One of the command I tried was this:
sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/windows
I got this error for that:
Corrupted file $UpCase
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Please help me on how to successfully mount it on my ubuntu.
Then I also tried ntfs-3g
sudo mount -t ntfs-3g /dev/sda1 /media/windows
This returned.
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Also tried ~$ sudo ntfsfix /dev/sda1
and it returned this.
Mounting volume... ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Remount failed: No such file or directory
sudo fdisk -l
Disk /dev/loop0: 34.8 MiB, 36503552 bytes, 71296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 14.5 MiB, 15208448 bytes, 29704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 42.1 MiB, 44183552 bytes, 86296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 140.7 MiB, 147496960 bytes, 288080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 56FAF0C8-FD74-450A-8FC9-F3CE4D367270
Device Start End Sectors Size Type
/dev/sda1 2048 1953523711 1953521664 931.5G Microsoft basic data
Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf4956723
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2000895 1998848 976M ef EFI (FAT-12/16/32)
/dev/sdb2 2002942 234440703 232437762 110.9G 5 Extended
/dev/sdb5 2002944 26001407 23998464 11.5G 82 Linux swap / Solaris
/dev/sdb6 26003456 234440703 208437248 99.4G 83 Linux
Disk /dev/loop8: 91 MiB, 95416320 bytes, 186360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 66 MiB, 69136384 bytes, 135032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 3.7 MiB, 3878912 bytes, 7576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 87.9 MiB, 92123136 bytes, 179928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
18.04 mount hard-drive ntfs 18.10
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am totally new to Linux(Ubuntu). I have an ssd and I have installed ubuntu 18.10 on it and booted it up. I also have a ntfs drive of 1TB and I can't seem to mount it. I tried multiple answers posted in the community. No help at all.
One of the command I tried was this:
sudo mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/windows
I got this error for that:
Corrupted file $UpCase
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Please help me on how to successfully mount it on my ubuntu.
Then I also tried ntfs-3g
sudo mount -t ntfs-3g /dev/sda1 /media/windows
This returned.
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Failed to mount '/dev/sda1': No such file or directory
Also tried ~$ sudo ntfsfix /dev/sda1
and it returned this.
Mounting volume... ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
ntfs_mst_post_read_fixup_warn: magic: 0xee8719ed size: 4096 usa_ofs: 29741 usa_count: 43645: Invalid argument
Actual VCN (0xebf19801587a6eb1) of index buffer is different from expected VCN (0x0).
Failed to open $Secure: No such file or directory
Remount failed: No such file or directory
sudo fdisk -l
Disk /dev/loop0: 34.8 MiB, 36503552 bytes, 71296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop1: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop2: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop3: 140.9 MiB, 147722240 bytes, 288520 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop4: 14.5 MiB, 15208448 bytes, 29704 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop5: 13 MiB, 13619200 bytes, 26600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop6: 42.1 MiB, 44183552 bytes, 86296 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop7: 140.7 MiB, 147496960 bytes, 288080 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 56FAF0C8-FD74-450A-8FC9-F3CE4D367270
Device Start End Sectors Size Type
/dev/sda1 2048 1953523711 1953521664 931.5G Microsoft basic data
Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf4956723
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2000895 1998848 976M ef EFI (FAT-12/16/32)
/dev/sdb2 2002942 234440703 232437762 110.9G 5 Extended
/dev/sdb5 2002944 26001407 23998464 11.5G 82 Linux swap / Solaris
/dev/sdb6 26003456 234440703 208437248 99.4G 83 Linux
Disk /dev/loop8: 91 MiB, 95416320 bytes, 186360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop9: 66 MiB, 69136384 bytes, 135032 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop10: 3.7 MiB, 3878912 bytes, 7576 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop11: 87.9 MiB, 92123136 bytes, 179928 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/loop12: 2.3 MiB, 2355200 bytes, 4600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
18.04 mount hard-drive ntfs 18.10
18.04 mount hard-drive ntfs 18.10
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
user214
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
user214user214
1011
1011
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user214 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
1
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
1
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago
|
show 6 more comments
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
1
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
1
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
1
1
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
1
1
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago
|
show 6 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
user214 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120956%2fmouting-ntfs-drive-on-my-ubuntu-18-10-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
user214 is a new contributor. Be nice, and check out our Code of Conduct.
user214 is a new contributor. Be nice, and check out our Code of Conduct.
user214 is a new contributor. Be nice, and check out our Code of Conduct.
user214 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120956%2fmouting-ntfs-drive-on-my-ubuntu-18-10-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is the Windows running without any problems on that drive?
– Alpy
2 hours ago
It's a blank drive with some music and videos. Yes it is working on my windows.
– user214
2 hours ago
please show the output of fdisk -l
– Alpy
2 hours ago
1
@mchid I have tried the recommended answer on that post. I've included that log in this question as well. It still doesn't work for me.
– user214
2 hours ago
1
It looks like windows crashed and/or wasn't shut down properly (hibernated). Actually, reboot into windows twice just to be safe and please post any more errors.
– mchid
1 hour ago