Linux/Windows Partition. Can I see the windows side?

Linux/Windows Partition. Can I see the windows side?

Post by Scott Co » Wed, 28 Nov 2001 03:23:28



Ok, dumb question number one for your amu*t.  

I want to setup a linux partition on my windows 98 machine.  No biggy,
I understand all the particulars except one.  Is there anywhere I will
be able to see that "other windows" partition.  It would be ideal to
be able to pull files from the windows partition

I suspect that answer is "no stupid" but I wanted to try anyways.

Thanks

Scott

 
 
 

Linux/Windows Partition. Can I see the windows side?

Post by Kosh Vade » Wed, 28 Nov 2001 04:25:56


Yes, you can mount the Windows filesystem to a mount point in Linux.
For example, let's assume that "/dev/hda1" is your Windows 98
partition (formatted with FAT32).  

First, if no mount point has been created, say "/mnt/win98", then use

mkdir -m 0777 -p /mnt/win98

--- Way #1 (One-time mounting) ---
Mount your Windows 98 filesystem with:

mount -t vfat -o rw,umask=0 /dev/hda1 /mnt/win98

This can only be done as root user.
-----

--- Way #2 (Multi-time manual mounting) ---
Edit your "/etc/fstab" file to have this line:

/dev/hda1  /mnt/win98  vfat  rw,umask=0,user,noauto  0  0

Save your changes.  Now, as any user, you can do this:

mount /mnt/win98

or

mount /dev/hda1
-----

--- Way #3 (Mult-time automatic mounting on boot up) ---
Edit your "/etc/fstab" file to have this line:

/dev/hda1  /mnt/win98  vfat  rw,umask=0,auto  0  0

Save your changes.  As root user, you can do this:

mount /mnt/win98

or

mount /dev/hda1

This is only necessary the first time if you want to use it right way.
But after your next reboot, the filesystem will be mounted to
"/mnt/win98" automatically.
-----

Chris



Quote:>Ok, dumb question number one for your amu*t.  

>I want to setup a linux partition on my windows 98 machine.  No biggy,
>I understand all the particulars except one.  Is there anywhere I will
>be able to see that "other windows" partition.  It would be ideal to
>be able to pull files from the windows partition

>I suspect that answer is "no stupid" but I wanted to try anyways.

>Thanks

>Scott


 
 
 

Linux/Windows Partition. Can I see the windows side?

Post by Scott Co » Wed, 28 Nov 2001 14:55:30


Chris,

Thanks, this is exactly what I was looking for.

Scott


> Yes, you can mount the Windows filesystem to a mount point in Linux.
> For example, let's assume that "/dev/hda1" is your Windows 98
> partition (formatted with FAT32).  

> First, if no mount point has been created, say "/mnt/win98", then use

> mkdir -m 0777 -p /mnt/win98

> --- Way #1 (One-time mounting) ---
> Mount your Windows 98 filesystem with:

> mount -t vfat -o rw,umask=0 /dev/hda1 /mnt/win98

> This can only be done as root user.
> -----

> --- Way #2 (Multi-time manual mounting) ---
> Edit your "/etc/fstab" file to have this line:

> /dev/hda1  /mnt/win98  vfat  rw,umask=0,user,noauto  0  0

> Save your changes.  Now, as any user, you can do this:

> mount /mnt/win98

> or

> mount /dev/hda1
> -----

> --- Way #3 (Mult-time automatic mounting on boot up) ---
> Edit your "/etc/fstab" file to have this line:

> /dev/hda1  /mnt/win98  vfat  rw,umask=0,auto  0  0

> Save your changes.  As root user, you can do this:

> mount /mnt/win98

> or

> mount /dev/hda1

> This is only necessary the first time if you want to use it right way.
> But after your next reboot, the filesystem will be mounted to
> "/mnt/win98" automatically.
> -----

> Chris



> >Ok, dumb question number one for your amu*t.  

> >I want to setup a linux partition on my windows 98 machine.  No biggy,
> >I understand all the particulars except one.  Is there anywhere I will
> >be able to see that "other windows" partition.  It would be ideal to
> >be able to pull files from the windows partition

> >I suspect that answer is "no stupid" but I wanted to try anyways.

> >Thanks

> >Scott

 
 
 

1. windows sees linux partitions !

Hi,
On the first HD  in my PC I have a primary partition where Windows 98 is
installed and a extended partition that contains several linux partitions,
and others HD with several FAT32 partitions.
I used this settings seuucesfully for years, but now, it doesn't work
anymore : Windows sees Linux partitions and messes with driver letters.

My setting used to look like this :
IDE HD1 (master on first controler)
pri 1 -> C:
log1 -> /
log2 -> /home
log3 -> linux swap
IDE HD2: (master on second controler)
pri 1 -> D:
log 1 -> E:
log 2 -> F:
SCSI HD :
log1 -> G:

But now (and I don't know how it happened), the setting looks like this :
IDE HD1 :
pri 1 -> C:
log1 -> /
log2 -> /home
log3 -> linux swap
IDE HD2:
pri 1 -> D:
log 1 -> H:
log 2 -> F:
SCSI HD :
log1 -> G:

and Windows sees a new E: HD. If I delete all Linux partitions, everything
is back to good order (except that I don't have Linux anymore).
Please note that 1 and only 1 "phantom" disk is created, whatever the number
or Linux partitions present.

Do you know how to solve my problem ?
--
Emmanuel Thiry
Pour me rpondre/to reply, effacer/remove .toto

2. SCO Open Server SOCKS binaries

3. Q: New linux partition seen as phantom drive in Windows 98

4. Smail vulnerability???

5. Booting redhat Linux 6.2 seen as a file from Windows 16-bit partition

6. New to Linux - NT Networking questions

7. Windows not seeing Linux created DOS partitions

8. How to set up a PPP server?

9. Booting redhat Linux 6.2 seen as a file from Windows 16-bit partition

10. X window displays two screens side by side!

11. linux problems after windows ME restore on windows partition

12. Linux Partitions from Windows NT/Windows 9x

13. Windows 95 sees Slackware partitions