No Windows

I updated from 11.2 to 11.3 on my dual boot system and I cannot get to the Windows side. This has happened before and I know that I must change a file but I do not remember which file. Can someone help me???

Post the output of
fdisk -l

You can edit the /etc/fstab file as root or you can set it in Yast-Partition Manager But lets see the fdisk out put first so we know hat the partitioning looks like and can advise on exactly what you need to change.

By not gettingo to the Windows side - do you mean you’re not able to see the windows partition files on linux or not able to boot into Windows ?

I believe it is the latter… If so could you post the error message you get while booting from GRUB ?

Here is the output of fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0393754d

Device Boot Start End Blocks Id System
/dev/sda1 1 26 203776 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 26 13224 106015743+ 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 * 13224 37297 193365427+ f W95 Ext’d (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda4 37297 38914 12983296 7 HPFS/NTFS
Partition 4 does not end on cylinder boundary.
/dev/sda5 13224 13486 2097396 82 Linux swap / Solaris
/dev/sda6 13486 16096 20972070 83 Linux
/dev/sda7 16096 37297 170295867 83 Linux

Disk /dev/sdc: 255 MB, 255852544 bytes
16 heads, 32 sectors/track, 976 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdc1

I get no error message - I go directly to linux.

You need to choose Windows option from the GRUB menu to boot into Windows… Do you have such an option in your GRUB menu ?

I did not - but I do now. I just needed to know where to look. Thanks to you all!!!