Cannot view datas in ntfs partition

Guys, all the while I can read/write in my 3rd HDD which is under NTFS

fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 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
Disk identifier: 0x7391ec6a

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048  1953521663   976759808    7  HPFS/NTFS/exFAT

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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 identifier: 0x00097c3c

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048     4208639     2103296   82  Linux swap / Solaris
/dev/sdb2   *     4208640    46153727    20972544   83  Linux
/dev/sdb3        46153728   156301311    55073792   83  Linux

Disk /dev/sdc: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders, total 312500000 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 identifier: 0x73c6f49e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048   312496127   156247040    7  HPFS/NTFS/exFAT

The problem happened after my last 2 updates, I am not able to see any contents in my both NTFS partition /dev/sdc1 (windows 7) and /dev/sda1 (additional HDD name as Storage) even both mounted with no problem. I am getting my windows partition (/dev/sdc1) to be readable again after I edited in fstab.

/etc/fstab

/dev/sda1	/media/Storage	ntfs-3g	defaults,locale=en_US.UTF-8	0	0
/dev/sdc1	/windows/c	ntfs-3g	defaults,locale=en_US.UTF-8	0	0

I am successfully read all the folders in my /dev/sdc1 after reboot but not in the /dev/sda1 as it will read as 0B. The temporary action is, deleted the entry for /dev/sda1 and I a getting all my contents back in media/Storage intact without any problem but after next reboot all the contents will be missing again.

Currently on tumbleweed KDE x86_64 - 3.0.6-44-desktop.

Thank you.

Solved this by using the new path for /dev/sda1 /windows/Storage. Case closed

Inside Yast at System you have Partitioner. You can use it to make the ntfs partition/s visible and of course you can set to be mounted at system boot :slight_smile: