Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
fstab newbie
Name: herm Date: August 20, 2002 at 20:38:14 Pacific
Comment:
I think I have fstab configured correctly, but I don't have a good feeling about hda4. I have 4 partitions total. Here's how I want it hda1: 10mb swap hda2: 400mb ext2 (boot) hda3: 50mb swap hda4: 60mb ext2
Please don't comment that I should have it configured differently, I'd prefer the setup I have listed. So here is my edited fstab:
Name: Nevyn Date: August 20, 2002 at 21:16:07 Pacific
Reply:
The only problem I see here is that /dev/hda2 will be mounted on /, and then /dev/hda4 will be mounted on top of that. You won't be able to access that partition as it is setup now. You need to mount /dev/hda4 on a different mount point.
0
Response Number 2
Name: herm Date: August 20, 2002 at 22:39:38 Pacific
Reply:
like mount hda3 on / and hda4 on /hd2 ?
0
Response Number 3
Name: Nevyn Date: August 21, 2002 at 01:33:39 Pacific
Summary: I have edited the fstab file so that both my windows partitions are mounted automatically under linux when i boot, and it seems to work fine. However upon shut down or startup, I see the words "warni...
Summary: ok here goes: first thing first. retrace your steps. remove sound card, add line "#" to "/sbin/modprobe sb16" is what ever sound module is being used in the /etc/rc.d/rc.modules file.(or whatever redh...