[Wylug-help] GRUB extra
scott
linux at sh2515.plus.com
Tue Feb 27 23:29:22 GMT 2007
been looking at the man pages.
so if i add to my fstab
"/dev/sda5 /data ext3 defaults 0,0"
(though i got the basics - i think; i didn't really understand the
numbers at the end.)
should this work? the partition i am adding will be fedora core6
installation
or maybe if it's a one off, type this
"mount -t ext3 /dev/sda5 /mnt/fedora"
are any of these correct?
On Tue, 2007-02-27 at 10:52 +0000, Towle, William wrote:
> > How do i mount a logical partition? i have tried the mount
> > instructions
> > from my "Linux for Dummies" book:
> >
> > mount /dev/sda5
> >
> > But get the error message
> >
> > mount: can't find /dev/sda5 in /etc/fstab or /etc/mtab
>
> The 'mount' command has two forms of usage, short hand and long hand.
>
> The long hand form (from `mount --help`) is:
> mount [-t fstype] DEVICENAME DIRECTORY
>
> The short hand forms are:
> mount DEVICENAME
> mount DIRECTORY
>
> The caveats with using these being:
> - the long hand form may require you to be root (unless the
> request matches a line already in /etc/fstab with appropriate
> permissions for regular users)
> - the short hand form ALWAYS requires a line in /etc/fstab from
> which the appropriate long hand form can be derived.
>
> HTH,
> Wills.
>
> --
> This email has been verified as Virus free
> Virus Protection and more available at http://www.plus.net
More information about the Wylug-help
mailing list