[Wylug-help] GRUB extra

Towle, William william.towle at echostar.com
Tue Feb 27 10:52:48 GMT 2007


> 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.



More information about the Wylug-help mailing list