Results 1 to 9 of 9

Thread: Automatic Mounting Storage Partition

  1. #1
    Join Date
    Nov 2013
    Beans
    4

    Automatic Mounting Storage Partition

    Hi, I have installed lubunut on one of my systems

    now I partitioned the hard drive so about 20gigs is for lubunu, 20 gigs for user folders and the rest I partitioned it as storage space. Now every time I boot this computer I have to press S to skip the boot mounting of storage to actualy be able to boot.

    once then I must also give my system password to mount the disk,

    The computer is just my media player computer and don't care who can read this partition. Eventuly I'd like to be able to FTP files to the stroage drive. but I can figure the ftp stuff on my own.

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Automatic Mounting Storage Partition

    Hi helmetjanedoe. Welcome to the forum

    You should be able to create either permanent mount, or mount points available for every user to mount without password, by creating entries on /etc/fstab.

    Take a look at this tutorial, and let us know if you need more help with that.

    Regards.

  3. #3
    Join Date
    Nov 2013
    Beans
    4

    Re: Automatic Mounting Storage Partition

    Quote Originally Posted by papibe View Post
    Hi helmetjanedoe. Welcome to the forum

    You should be able to create either permanent mount, or mount points available for every user to mount without password, by creating entries on /etc/fstab.

    Take a look at this tutorial, and let us know if you need more help with that.

    Regards.

    Thanks But I dont understand how "sudo mkdir /media/Storage" would make the volume mount while the other volumes mount at boot

    at boot the system says "The DiskDrive for /Storage is not ready yet or present" S to skip or M for manual Recovery
    Last edited by helmetjanedoe; November 20th, 2013 at 05:10 AM.

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Automatic Mounting Storage Partition

    Could you post the result of these commands?
    Code:
    cat /etc/fstab
    
    sudo fdisk -l
    
    sudo blkid 
    
    mount -l
    Regards.

  5. #5
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Automatic Mounting Storage Partition

    Quote Originally Posted by helmetjanedoe View Post
    Thanks But I dont understand how "sudo mkdir /media/Storage" would make the volume mount while the other volumes mount at boot
    ... because you're not following the howto at the link posted by papibe. You need to create the mount point, that is only ONE step of a few. You then need to put a line in the fstab, etc .........

    Read the link and follow it from start to finish and then it will make sense rather than dragging one line out at random.

    Of course making a mount point only will make no difference whatsoever. That goes without saying.

  6. #6
    Join Date
    Nov 2013
    Beans
    4

    Re: Automatic Mounting Storage Partition

    Well, Is there a easy fix? see thats my problem with linux, There is never an easy fix. But hell for the use on my netbook its perfect besides this stupid mounting problem

    any ways I ran thoes comnads and i posted a screen shot of what it spat out to me

    https://drive.google.com/file/d/0B6Z...it?usp=sharing

  7. #7
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Automatic Mounting Storage Partition

    Could you copy the text from the terminal and paste it back here on a post?
    Regards.

  8. #8
    Join Date
    Nov 2013
    Beans
    4

    Re: Automatic Mounting Storage Partition

    I can't coppy paste from there. edit i fixed the google linked picture of the thingey
    Last edited by helmetjanedoe; November 20th, 2013 at 07:50 AM.

  9. #9
    Join Date
    Dec 2009
    Beans
    6,771

    Re: Automatic Mounting Storage Partition

    1st: You are going to have to learn how to run commands in a terminal and post the output to the forum. Anyone who attempts to try to help you depends on that information in a readable format.

    2nd: You should be able to see the problem for yourself:

    The /Storage partition line in fstab references the partition UUID as 36f42.... ( That's a guess since it's really hard to read it ).

    But the blkid command references no such UUID. It would appear the correct UUID is caeb62...... ( That one is even harder to read but it's the one labelled "Stuff" )

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
  •