Hello all, I am a noob to Linux (completely brand new to it) and am starting to look into it more. I installed OpenSUSE and have, thus far, enjoyed it immensely. Additionally, this forum has been extremely helpful.
That being said, I have a problem.
I have openSUSE installed on an external hard drive and for some reason GRUB will not show Windows. I don’t have a Windows Vista disk to do the whole fixmbr thing, and I have tried numerous solutions. As it turns out, Windows isn’t mounted (which I guess is the problem).
So I figured that’d be easy to fix, but alas it is not.
I tried mounting it with Yast with Partitioner but when I do it I get:
Error: It is not allowed to assign a mount point to a device with nonexistant or unknown file system.
Then I tried to do it in the Terminal:
I entered
mount -t ntfs /dev/sda1 /mnt
and it returned:
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 partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around.
I tried it with both sda and sda1.
So this is my problem…what can I do to solve it?
Info on my system below…let me know if more info is needed.
fdisk -l:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x22209d34Device Boot Start End Blocks Id System
/dev/sda1 63 488392064 244196001 7 HPFS/NTFS/exFAT
/dev/sda4 * 0 0 0 0 EmptyDisk /dev/sdb: 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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa8a8a8a8Device 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 976773119 465309696 83 Linux
Also /etc/fstab/
/dev/disk/by-id/usb-Hitachi_HTS725050A9A364_1f008e671d4c0000000-0:0-part1 swap swap defaults 0 0
/dev/vg_beitshlomo/lv_swap swap swap defaults 0 0
/dev/disk/by-id/usb-Hitachi_HTS725050A9A364_1f008e671d4c0000000-0:0-part2 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/usb-Hitachi_HTS725050A9A364_1f008e671d4c0000000-0:0-part3 /home ext4 acl,user_xattr 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
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
/etc/fstab lines 1-9/9 (END)
Please help and thanks in advance.