RE: [SLUG] Question

From: diego henao (dhenao@tampabay.rr.com)
Date: Tue Apr 25 2000 - 01:35:54 EDT


Sir, I know some things about fstab. I want you to read the email again.
First at all, there are two different machines. Second, my windows xp is
not running in fat, it is running in NTFS.

Thanks Diego

-----Original Message-----
From: slug@lists.nks.net [mailto:slug@lists.nks.net] On Behalf Of Logan
Sent: Monday, June 24, 2002 7:22 PM
To: SLUG
Subject: Re: [SLUG] Question

On Mon, 2002-06-24 at 21:30, Diego Henao wrote:
> Hello everybody. I want to ask you about something that I have not
tried in
> Linux. I have Redhat Linux 7.3 as a server and windows xp as a client.
What I
> want to do is to share some information in my xp and use this shared
folders
> in my server to be in my FTP, therefore people on internet, they will
be able
> to download whatever they need. I know it is posible in windows 2000
server.
>
> In the other hand, I want to do this becouse my biggest hard drive is
in my
> windows Xp, therefore I have almost all my files in that hard disk.
>
> Any suggestions.
>
> Thanks a lot for read this
>
> Diego

As root, make a mount point on your linux partition, such as:
mkdir /msdos

then,

mount -t vfat /dev/hda1 (or hdawhatever your c: partition is) /msdos

unless you are using SCSI drives then you would want:

mount -t vfat /dev/sda1 (or hdawhatever your c: partition is) /msdos

This will allow you to access your Windoze partition via Linux.

To make this automatically happen you need to edit your fstab. More
info is available in by typing at the linux prompt:

man fstab

Even more clarity to your perplexity may be resolved by browsing here:
http://www.linux-mag.com/1999-10/newbies_03.html

The Logan

-- 
10:15pm up 1 day, 17:49, 1 user, load average: 0.21, 0.18, 0.11
Always do right. This will gratify some people and astonish the rest. --
Mark Twain
Registered Linux User 277656 ICQ 72101412



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 13:00:15 EDT