Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-15-2003, 03:39 PM
|
#1
|
LQ Newbie
Registered: Mar 2003
Distribution: SuSe
Posts: 2
Rep:
|
can't see first windows hdd
I recently installed suse 8.1 on my secondary hdd which is split into 2 partitions; one is ntfs and the other is linux. when linux starts it automatically mounts the ntfs partition of the 2nd hdd but it cannot see the first hdd at all. i have win xp on the first hdd plus other ntfs partitions.
when the pc boots grub starts up [ it boots the 2nd hdd first ] and when i choose windows from the menu it trys to boot from the 2nd hdd which has an ntfs partition but is not bootable.
mind you when i installed linux i unplugged my 1st hdd just in case i screw something up and wipe it clean [ i did it before with red-hat - learned my lesson ] and then i plugged it back in after the install.
partitioner in kde sees the first hdd partitions but it tells me they are not mounted.
how do i fix these problems [ boot from grub to windows and mount 1st hdd]
i got a K7 at 1.4, 512 ram, 1st hdd 40 Gb and 2nd is 80 Gb.
Thanks
|
|
|
03-15-2003, 03:47 PM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
You only need to change SuSE configuration. Boot into it. Open a terminal, use su to become root, then run
fdisk /dev/hda
use 'p' to list the partitions (partitions from first hd). Note them down with names like hda1 etc. Then try to mount one of them manually (let's say you have hda1):
mkdir /mnt/win1
mount -t ntfs /dev/hda1 /mnt/win1
Then look into /mnt/win1 directory. One of your Windows partitions shoule be there.
NOTE: If it's not ntfs but fat32, use -t vfat instead of -t ntfs.
To make them mount at boot open /etc/fstab and add a line for every partition from first disk, something like:
/dev/hda1 /mnt/win1 ntfs defaults 0 0
|
|
|
03-15-2003, 04:23 PM
|
#3
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
LINUX can read NTFS (with add on module) but writing to it is experimental. I recommend you convert your NTFS partitions to FAT32 using Partition Magic or something similar. Windows XP doesn't have any problems reading and writing FAT32.
Sorry, I don't remember the link that explains how to boot to Windows XP that is using NTFS partitions that was posted a few days ago.
LILO is more stable than GRUB but GRUB can still be used. GRUB may take more work than LILO.
BTW, my brother doesn't have any problems with Windows XP on a 40 gigabyte partition using FAT32.
IMO, NTFS should be used with the computer will be used as a Windows server. FAT32 should be used for home, office, and workstations. Why do people insist on using NTFS for Windows XP?
|
|
|
03-16-2003, 12:59 PM
|
#4
|
LQ Newbie
Registered: Mar 2003
Distribution: SuSe
Posts: 2
Original Poster
Rep:
|
thanx guys, i got it fixed.
however i don't have acces to them in normal user mode. in root i can go and browse the drives. so i tried to change permission while logged into root and it still won't let me. what am i doing wrong?
also when i try to make grub load the windows from hda1 it won't do it either. [i'm no expert so i'm not using the expert mode instead i'm using the gui one]
|
|
|
03-17-2003, 01:47 PM
|
#5
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Make sure the directory you created to mount the partition has permissions that allow other users to read it. If you need to change them, first unmount the partition, change permissions and mount again.
|
|
|
All times are GMT -5. The time now is 06:17 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|