Joe Kisela on 18 Aug 2010 14:49:39 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[PLUG] more on the wonders of file systems.

  • From: Joe Kisela <jkisela@gmail.com>
  • To: plug@lists.phillylinux.org
  • Subject: [PLUG] more on the wonders of file systems.
  • Date: Wed, 18 Aug 2010 17:49:34 -0400
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2EBREjCKgXR8CqLVUiuFVXFNHmENF/DzjcIpyiZJCKY=; b=BtoKHAaYZx7Ctio6t624Tb/6aosiSemk3wATxvpRqDmG9XlDByuCmo63gQhxYyFCrt VywiVmRsnmEB7hU2BVj+xLQzS+iQWlhCAJmhmrAM38qAPEGVb561P1kQ2vL2bOjdJr6r 0+YW0p1us5aXamhz+9nEpDjPJhr1F+rZ7PPaU=
  • Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
  • Sender: plug-bounces@lists.phillylinux.org

If they are quick mounts for testing or whatever, don't muck in /mnt - thats for more permanent things.  Use /tmp

#mkdir /tmp/foo
#mount /dev/sda1 /tmp/foo

(various options omitted to protect the innocent.)

this way, when you reboot, there are no extra  confusing entries in /mnt.

Sean Finney said
----
as an aside, i think it's a good general practice to avoid subdirectories
under /mnt as local mount points, and instead reserve the top-level /mnt
for quick one-off mounts when testing or fs recovery is needed.
___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug