Hi!
I have install Opensuse and,after it my D: partition in my HD doest work in windows ;
But it read,show the archies in the openSUSE… the filesystem is NTFS yet…but i dont know what’s happening…i have to fix it ! i cant lose my archies !
On windowsvista,in thecomputer management , says my D:\ as 100% free space,but it’s not true.
In the linux i can see everthing there…so it`s not true.
Please,what can i do?
thank you.
Open a terminal and type
su
then your root password
now type
fdisk -l
post result here
also we need the contents of a file
/etc/fstab
Hi !
here is
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb2eb088cDevice Boot Start End Blocks Id System
/dev/sda1 * 1 5160 41445376 7 HPFS/NTFS
/dev/sda2 5160 30402 202750976 7 HPFS/NTFSDisk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x403e225bDevice Boot Start End Blocks Id System
/dev/sdb1 1 1147 9213246 7 HPFS/NTFS
/dev/sdb2 * 1148 2422 10241437+ f W95 Ext’d (LBA)
/dev/sdb5 1148 1409 2104483+ 82 Linux swap / Solaris
/dev/sdb6 1410 2062 5245191 83 Linux
/dev/sdb7 2063 2422 2891668+ 83 Linux
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-MAXTOR_STM3250310AS_6RY5K2CX-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-MAXTOR_STM3250310AS_6RY5K2CX-part2 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part1 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
The paration witch i having problems in windows is the /dev/sda2(MAXTOR part2 /windows/D
I wait , thank you.
Can you - have you, read write access in opensuse?
If not try changing your fstab to this
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-MAXTOR_STM3250310AS_6RY5K2CX-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8 0 0
/dev/disk/by-id/ata-MAXTOR_STM3250310AS_6RY5K2CX-part2 /windows/D ntfs-3g defaults 0 0
/dev/disk/by-id/ata-ST380021A_3HV2ZHQB-part1 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
It kind of sounded like you could read it in suse and not in windows?!
Ye,i can read the files in opensuse
i windows,if i enter in my computer,i see D:\ partition and when i try to enter its says
“D:\ is not accessible - The request is not supported”
As you can see
Suse is seeing this as
/dev/sda2 5160 30402 202750976 7 HPFS/NTFS
NTFS is a windows file system.
I suggest you run chkdsk in windows.
Did you look in the windows disk management section to see what info it has in there.
I have try it
But properties>Tools>Error-cheking > Says “the disk check could not be performed because windows cnnot access the disk”
And using CMD i cant see the D:\ partition
OOOHH
Hi friend, thank for your help…
I was googling for CMD/chkdsk stuffs and find the command “Chkdsk d: -f” and it’s work =]
See ya!