Hi!

Please see the /usr/doc/HOWTO/Diskless-HOWTO  for the first question.

It is possible to see (read/write) Windows partitions from Linux (not the
reverse, at least not without additional Windows software). Suposing your
Win partition is /dev/hda1, please enter as root and do

mkdir /mnt/win               --> creates the /mnt/win directory

and put in /etc/fstab file the line:

/dev/hda1   /mnt/win   vfat          user,exec,nosuid,umask=0      0 0
 
Then do a

mount /mnt/win

or reboot the machine. In the above line, use "vfat" if the Win partition
is FAT32, "msdos" if it is FAT16.

This will mount the content of your Win partition in /mnt/win (cd in that
directory and do a ls to see the content of your C:\). You can then
read/write in this partition.

>From now on, the Win partition will be automatically mounted at startup.
If you don't want that, just add a "noauto" after "user" in the above
line. You'll have to mount manually, doing a "mount /mnt/win" every time
you want to access that partition.

Regards,
Razvan

---
Razvan SANDU <[EMAIL PROTECTED]>
Network Administrator at I.R. COLOURS PROD S.R.L.
Tel. +40 (94) 629867  ICQ# 46380005  WWW: http://www.rsandu.go.ro

Powered by RedHat Linux release 6.1 (Cartman)

On Thu, 9 Mar 2000, Sandeep Shetty wrote:

> Hi all,
>       I'm a newbie and i've 2 questions for all. 
> 
> 1) I have installed Red hat linux 5.2 in Pentium 200 which acts as the 
> server, Now we have 10-12 diskless nodes (486), how can I use the nodes
> which don't have floppy drives to use the server.
> 
> 2)  If in a single hard disk if there  is Windows98 and linux installed in
> it, is it possible to copy files from windows98 to linux or the reverse.
> 
> 
> 
>                                               With regards,
>                                               Sandeep Shetty
>                                                
>                                               
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to