Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: Dual Boot Sytem

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    91

    Dual Boot Sytem

    I'm trying to get REd Hat 7.1 running on a dual boot system with Windows Me.

    Mostly it's OK except accessing my windows files is difficult. In /etc/fstab I have

    /dev/hda1 /mny/win vfat noauto,owner,users 0 0

    With this I can modify files etc in the windows partition but it doesn't mount the partition until I access it through gnome file manager. Hence I can't easily get fonts or background picture

    If I change noauto to defaults the reverse is true.

    How can I get it all working nicely?

    How do I ge tth

  2. #2

    Re: Dual Boot Sytem

    If you edit your bootup script to reflect this

    mount /dev/hdxy (x being the drive it is if you have multiple drives, so for example hda)
    (y being the partition it is on, so for example hda1)

    so you type

    mount /dev/hdxy /home/cdrive (or wherever you have made a directory to access your windows partion, mine is /cdrive in the / directory, but most don't recommend that, so putting it in your home directory is ideal I guess!

    Aragorn
    If you give a man a fire he'll be warm, if you light the man on fire he'll be warm for life.

  3. #3

    Re: Dual Boot Sytem

    If I didn't answer your question, which I am kinda afraid I didn't(sorry I am at work and tired :P) let me know....as far as the noauto, etc.... you shouldn't have to do that unless you are trying to restrict the access of the cdrive to certain users and such....if you are not on a computer that is accessed by a lot of people then I would just stick with the

    mount /dev/hda1 /mny/win

    you don't have to worry about the vfat either....kernel is new enough that it can autodetect the media type....atleast that is my experience...this is what I have done to make my win me partition load mounted and editable at boot time!
    If you give a man a fire he'll be warm, if you light the man on fire he'll be warm for life.

  4. #4
    Junior Member
    Join Date
    Jul 2001
    Posts
    91

    Re: Dual Boot Sytem

    Thanks for the quick replies Aragorn, but now I'm confused.

    Are you saying that if I put mount dev/hda1 /mnt/win in my bootup script then I don't necessarily need to put a line in /etc/fstab? Or are you saying stick with defaults and not go noauto?

    This is a REALLY dumb question, but what is the name of the file that Linux uses for the bootup script? I tried .bashrc but that didn't work as it was my user bash script and only root can mount.

    Thanks for your patience, I really appreciate it-- this stuff is really really new to me and I'm still finding my way around.

  5. #5
    JimH
    Guest

    Re: Dual Boot Sytem

    Hi,

    Change noauto to auto and it will mount at boot time

    /dev/hda1 /mnt/win vfat auto,owner,users 0 0

    Regards,
    Jim H

  6. #6
    seamonkey
    Guest

    Re: Dual Boot Sytem

    do you like ME? i ran it for 20 mins, and recieved 15 blue screens of death during that period.

    2000 all the way for me. hehe.

    I'm trying to get REd Hat 7.1 running on a dual boot system with Windows Me.

    Mostly it's OK except accessing my windows files is difficult. In /etc/fstab I have

    /dev/hda1 /mny/win vfat noauto,owner,users 0 0

    With this I can modify files etc in the windows partition but it doesn't mount the partition until I access it through gnome file manager. Hence I can't easily get fonts or background picture

    If I change noauto to defaults the reverse is true.

    How can I get it all working nicely?

    How do I ge tth

  7. #7
    Junior Member
    Join Date
    Jul 2001
    Posts
    91

    Re: Dual Boot Sytem

    Jim,

    I currently have :

    dev/hda1 /mnt/win vfat auto,owner,users 0 0

    While it seems to be Ok mounting I now have read-only access to my windows partition... aaaaagggghhhhh!!!!!


  8. #8

    Re: Dual Boot Sytem

    If you edit your /etc/rc.d/rc.local file and add

    mount /dev/hda1 /mnt/win

    you should have a completely mounted read-writable disk at /mnt/win

    Aragorn
    If you give a man a fire he'll be warm, if you light the man on fire he'll be warm for life.

  9. #9
    Junior Member
    Join Date
    Jul 2001
    Posts
    91

    Re: Dual Boot Sytem

    Aragorn,

    I tried what you said, but it STILL won't let me write to the windows partition.

    I checked the permissions (ls -l) and win is :

    drwxr-xr-x root root

    THe cdrom and floppy are shown as belonging to mrkeef (my logn), and permissions are drwxrwxr-x.

    What am i missing here?

  10. #10

    Re: Dual Boot Sytem

    that is really strange....try this...

    goto /mnt/win
    and do

    chown mrkeef /mnt/win

    I think it is in that order other wise just reverse the username and directory....

    Aragorn
    If you give a man a fire he'll be warm, if you light the man on fire he'll be warm for life.

Similar Threads

  1. Dual boot mandrake with win2kpro
    By grasshopper in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-19-2005, 10:51 PM
  2. Fedora Core 3/Windows XP Dual Boot Problem
    By Orchrist in forum Linux - General Topics
    Replies: 19
    Last Post: 03-09-2005, 03:16 PM
  3. Boot Disk for an NTFS or FAT Partition
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 10:47 PM
  4. USB and Serial Port Problems + Dual Boot Question
    By Lixus Looser in forum Linux - Hardware, Networking & Security
    Replies: 18
    Last Post: 01-19-2004, 10:54 PM
  5. Alternative boot method for Linux/Win2k dual boot
    By Spot in forum Windows - General Topics
    Replies: 8
    Last Post: 10-04-2002, 06:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •