Re: re: new to linux
From: fredex (fredex_at_fcshome.stoneham.ma.us)
Date: 10/03/04
- Previous message: david walcroft: "Re: FC2, somebody please try these SGI Open Inventor demos"
- In reply to: Scot L. Harris: "re: re: new to linux"
- Next in thread: Tom Taylor: "Re: new to linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 2 Oct 2004 21:36:16 -0400 To: For users of Fedora Core releases <fedora-list@redhat.com>
On Sat, Oct 02, 2004 at 08:45:09PM -0400, Scot L. Harris wrote:
> On Sat, 2004-10-02 at 20:16, Paul wrote:
>
> > By the looks of fstab, /dev/hdb1 and /dev/hdc1 aren't explicitly used.
> > That's not to say that they're not in use. A quick and simple way to
> > test if they are mounted is to open a terminal window (redhat -> system-
> > tools -> terminal), su, umount /dev/hdb1. If it doesn't report an error,
> > the drive is not mounted. If it does report an error, then FC has
> > swallowed it and is using it invisibly.
> >
> > If it's not mounted, create a mount point (cd /; mkdir shared - you'll
> > need to be root for that though). Edit /etc/fstab so it has the line
> >
> > /dev/hdb1 /shared ext3 noauto,user,exec,kudzu 0,0
> >
> > That will then be mountable and you set your shares to there. You should
> > see my fstab for a nightmare ;-p
>
> IMHO a better way to sort out what file systems have been mounted is to
> use the command:
>
> df -vh
Or:
mount
which lists everything that's currently mounted.
>
> That should tell you which devices are mounted, where they are mounted,
> and how much space is available and used.
>
> Compare that with the output of
>
> fdisk -l
>
> and you should have a complete picture of what partitions have been
> defined and which ones have been formatted and mounted.
>
> --
> Scot L. Harris
> webid@cfl.rr.com
>
> "Consistency requires you to be as ignorant today as you were a year ago."
> -- Bernard Berenson
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
--
-------------------------------------------------------------------------------
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
--Roger Ebert, December, 1996
----------------------------- The Boulder Pledge -----------------------------
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- application/pgp-signature attachment: stored
- Previous message: david walcroft: "Re: FC2, somebody please try these SGI Open Inventor demos"
- In reply to: Scot L. Harris: "re: re: new to linux"
- Next in thread: Tom Taylor: "Re: new to linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|