Re: non-linux disk access

2001-05-08 Thread Steve Gran
On Tue, 08 May 2001, [EMAIL PROTECTED] wrote: > > On Tue, May 08, 2001, spider wrote: > > can i have access to non-linux disks (other partitions than linux partition) > > ??? > > > > anyone can tell me, please, how can i do this? > > > > [EMAIL PROTECTED]:~$ mount --help > Usage: mount [-hV] >

Re: non-linux disk access

2001-05-08 Thread V.Suresh
That is child's play. Just mount the file system on some directory, with mount -t Ex: mount -t vfat /dev/hda1 /c (The ubiquitious) Hope this helps. Once upon a time, spider <[EMAIL PROTECTED]> found a keyboard. And typed: >can i have access to non-

Re: non-linux disk access

2001-05-08 Thread freedman
On Tue, May 08, 2001, spider wrote: > can i have access to non-linux disks (other partitions than linux partition) > ??? > > anyone can tell me, please, how can i do this? > [EMAIL PROTECTED]:~$ mount --help Usage: mount [-hV] mount -a [-nfFrsvw] [-t vfstypes] mount [-nfrsvw] [-o o

non-linux disk access

2001-05-08 Thread spider
can i have access to non-linux disks (other partitions than linux partition) ??? anyone can tell me, please, how can i do this?