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]
>mount -a [-nfFrsvw] [-t vfstypes]
>mount [-nfrsvw] [-o options] special | node
>mount [-nfrsvw] [-t vfstype] [-o options] special node
>A special device can be indicated by  -L label  or  -U uuid .
> 
> Also, see 'man mount'.
> 
> Example:  'mount -t vfat /dev/hda5 /mnt/win5
> 
Also, a line in your /etc/fstab like that will do very nicely,  (man fstab) and 
see the section on mounting disks at http://www.linuxnewbie.org.  Very helpful.
Good luck,
Steve




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-linux disks (other partitions than linux partition)
>???
>
>anyone can tell me, please, how can i do this?
>
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-_-_-_-_End of Original Message-_-_-_-_-_-_-Know Gnu, Know Freedom_

-- 
  --V.Suresh.
  
  sureshvuserssourceforgenet
 http://www16.brinkster.com/vsuresh.
  
--Powered by Debian---
 10:52pm  up  1:53,  5 users,  load average: 2.00, 2.00, 1.92
--



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 options] special | node
   mount [-nfrsvw] [-t vfstype] [-o options] special node
   A special device can be indicated by  -L label  or  -U uuid .

Also, see 'man mount'.

Example:  'mount -t vfat /dev/hda5 /mnt/win5

Take care,

Daniel


-- 
Daniel A. Freedman
Laboratory for Atomic and Solid State Physics
Department of Physics
Cornell University