Results 1 to 6 of 6

Thread: Utility for creating a mount point

  1. #1
    Join Date
    Dec 2007
    Location
    Deerfield, Massachusetts
    Beans
    346
    Distro
    Kubuntu

    Utility for creating a mount point

    Is there a utility around for creating a mount point for a partition? I know quite well how to create a mount point by editing /etc/fstab, but that's not as clean as using a utility with that capability -- especially since it's possible to create such mount points during system setup. I thought that gparted or the KDE partition editor would have the capability, but they don't.

  2. #2
    Join Date
    Mar 2009
    Beans
    Hidden!

    Re: Utility for creating a mount point

    The "Disk Utility" of quantal has been revamped, although I cannot remember if it features such an option. (v3.6.0+)

    Otherwise, I am not sure what could I suggest.

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Utility for creating a mount point

    There are three older gui tools that I know, but all have not been well maintained and do not always put in good parameters. PYSDM, Storage Device Manager & NTFS Config (obsolete).

    I have the same data partitions whose UUIDs do not change so I just script the update as part of my new install. But I am installing every new version at least twice, even if still using an older version as my main install, so it was worthwhile to script it.

    http://ubuntuforums.org/showthread.php?t=1983336
    suggest using templates instead. Post #6
    Last edited by oldfred; October 11th, 2012 at 12:09 AM.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Dec 2007
    Location
    Deerfield, Massachusetts
    Beans
    346
    Distro
    Kubuntu

    pysdm

    I tried installing pysdm. It seems to work, more or less, but I immediately encountered a bug: it thought that sda10 was a different drive. But it handled sda9 correctly.

  5. #5
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Utility for creating a mount point

    Quote Originally Posted by pwabrahams View Post
    Is there a utility around for creating a mount point for a partition?
    ........
    A "Mount point" is simply a folder in a filesystem which can be created thus:

    Code:
    sudo mkdir /path/to/mountpoint
    Once the mountpoint exists then fstab can use it to mount a device.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  6. #6
    Join Date
    Dec 2007
    Location
    Deerfield, Massachusetts
    Beans
    346
    Distro
    Kubuntu

    Two steps to mount point

    I should have been clearer, since I certainly know how to do this stuff with an editor and mkdir. The two steps I've always gone through are:

    1. Create a directory that will serve as a mount point using mkdir.

    2. Using the editor (as root), add a line for the additional partition to etc/fstab.

    Incidentally, I found it very useful to include among my systems programs "root kate". That's a version of the kate editor that runs as root.

    The pysdm program works very nicely -- provided that you don't need to handle any partitions beyond sda9.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •