HI all,
before you start telling me to go and look similar threads please read my issue
Want to learn linux so installed opensuse 12.3 on my work laptop , **
now I my windows is gone, I dont need to mention that I need windows and will be s* if cant fix it:(before Monday!
I have read similar threads in these forum and tried :
- cheacking “Probe Foreign OS” in grub2 but didnt helped
1a. if these is of any relevance - tried to fix boot with windows 7 dvd but not successfull (maybe because partition is encrypted? )
- tried different thread which said to mount windows but with no luck
before I installed opensuse I asked my work IT team member if mbr was encrypted but no mbr was not encrypted only disk was encrypted, may these be an mount issue? or am I doing something wrong here?
cat /etc/fstab
/dev/disk/by-id/ata-ST500LT012-9WS142_S0V06VR4-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-ST500LT012-9WS142_S0V06VR4-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-ST500LT012-9WS142_S0V06VR4-part7 /home ext4 defaults 1 2
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
linux-b7u2:/home/me # **mkdir -p /media/c**
linux-b7u2:/home/me # **fdisk -l**
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 844453887 422225920 7 HPFS/NTFS/exFAT
/dev/sda2 844453888 976773119 66159616 f W95 Ext'd (LBA)
/dev/sda5 844455936 848666623 2105344 82 Linux swap / Solaris
/dev/sda6 848668672 890611711 20971520 83 Linux
/dev/sda7 890613760 976752639 43069440 83 Linux
linux-b7u2:/home/me # **mount -t ntfs -o nls=utf8,umask=0222 /dev/sda1 /media/c**
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
linux-b7u2:/home/me # **mount -t ntfs -o nls=utf8,umask=0222 /dev/sda2 /media/c**
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
linux-b7u2:/home/me #** mount /dev/sda2 /mnt**
mount: unknown filesystem type '(null)'
I believe, you advanced users, are able to help me fix it!
I hope you find time to help me and guide me, please note, I am here for the first time, I know very little about linux - I am here to learn… I need your help