Mount information during boot.



The following text appears several times whilst booting. Its relatively
new (for the last couple of months). Any idea what does it? as it
doesn't appear to be when the main filesystems are mounted. I am
running Debian SID.

Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

--
Alan Chandler
http://www.chandlerfamily.org.uk


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: use of label in fstab
    ... label ublinux edited fstab to contain: ... I made another partition /dev/sda5 and used e2label to label it dyndata, ... On bootup now, the first partition mounts correctly, but the second gives ... ~# mount -L dyndata /dyntest ...
    (Ubuntu)
  • Re: lvm lvrename on Fedora Core 4
    ... >> On my shiny new FC4 system, mount reports this device to be mounted on ... > need to rename the LVs once the VG is renamed. ... LVs with the same label this still will be a problem. ...
    (Fedora)
  • Problems mounting by label
    ... Using the latter defeats the purpose however, since I want eventually to mount things to a different mount point depending on their label. ... The data for partition 1 is: ... I also used glabel to try to get a label on it, but couldn't see how I could use the glabel information for mounting. ...
    (freebsd-questions)
  • Re: [opensuse] Volume Mount Sequence - RESOLVED
    ... external drives mount to the same mount point every time? ... Try Yast, System, Partitioner, and give them a label, and mount them by ... external drives), then let hal remount. ...
    (SuSE)
  • Re: fstab and removable usb drives
    ... BTW, mounting by label / UUID is often a better idea, ... mount points even when the connection order varies. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)