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