TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:241] mounting /usr and patching
hrmm.. well.. umm.. it should mount the partition on startup.. also try
this.
mount -av
that will mount all drives listed in your fstab.. if it doesn't mount
/dev/hda6 then you might want to check the entry to make sure it matches
the others in your fstab..
for those of you with old mount.. goto http://freshmeat.net and search for
mount.. there have been some updates because of some old root exploits on
SUID mount and umount
On Fri, 22 May 1998, Randle Boyd wrote:
> Thanks to everyone that replied to my questions about my 'missing' /usr
> and fat32 support for RH5.0.
>
> Part 1 - mounting
> As it turns out, I did not blow away /usr as I had previously had
> thought. However, I did manage to screw up the mount points in fstab.
> /usr is on its own partition hda6. I can remount it manually using '
> mount dev/hda6 /usr', and things are back to normal. However, once I
> shutdown the machine and restart it, I have to manually remount
> /dev/hda6, even though it is listed in the fstab file. Does fstab mount
> partitions at start up, or is this information contained in another
> file? I have my swap space on hda7. Does the swap file need to be
> mounted also.
>
> Part2 - applying a patch
> I successfully downloaded and gunzipped the patch for fat32 support.
> However, I am not quite sure on how to install it. After gunzipping, I
> moved the patch to the /usr/src directory. I entered the command 'patch
> -p0 fat32_~1'.
> Then I was face with the prompt 'File to Patch:' . I tried a variety
> of things here, but none of them were successful. So, what is the file
> to patch?
>
> Happy Holiday Weekend and Thanks in Advance,
> Randle
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com
>