Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: Setting up folders on HDD

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

    Re: Setting up folders on HDD

    You just changed ownership of /mnt/Data.
    You need recursion to change everything in /mnt/Data.
    But recursion can be dangerous, so make sure you are running just on your data partition and not on some system partition.
    We have seen users accidentally put a space after / mnt and then it changes everything in / destroying system.
    One more reason for good backups.

    I sometimes use sudo when I should not and root controls some files. So I occassionly have to run this.
    Note my mount is data not your Data.

    # so chown & chmod after mounting either manually or via fstab
    sudo chown -R $USER:$USER /mnt/data
    # The big "X" will also not make files executable unless they were executable to begin with.
    sudo chmod -R a+rwX /mnt/data
    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.

  2. #22
    Join Date
    Oct 2012
    Beans
    88

    Re: Setting up folders on HDD

    You are right The Cog i have now created the file. Thanks to you all.

  3. #23
    Join Date
    Oct 2012
    Beans
    88

    Re: Setting up folders on HDD

    I have a folder (link) in Home called Music but it is not listed separately in Files like Downloads or Documents etc. which I haven't linked yet. How do I restore it?

  4. #24
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Setting up folders on HDD

    Quote Originally Posted by KieranFitzgerald View Post
    I have a folder (link) in Home called Music but it is not listed separately in Files like Downloads or Documents etc. which I haven't linked yet. How do I restore it?
    I'm not quite sure what you mean by this but I suspect it means that you have not created a link to the Music folder in that data partition.

    Use command
    Code:
    ln -s /mnt/data/Music Music
    to add a link called Music in your home which will look asm if the Music folder is there.
    Make certain you remove any file or folder currently in your home named Music and also get the case of /mnt/data correct; as oldfred has said data is not the same as Data.

  5. #25
    Join Date
    Oct 2012
    Beans
    88

    Re: Setting up folders on HDD

    When I open Files from the launch-bar I get a list of folders on the left of the screen . Since setting up a link to Music in Data (my name) Music is missing from the list in files, see screen shot, but appears in Home. How do I replace it?
    Attached Images Attached Images

  6. #26
    Join Date
    Oct 2004
    Location
    Albuquerque New Mexico, U
    Beans
    1,189
    Distro
    Ubuntu Development Release

    Re: Setting up folders on HDD

    If I understand the question correctly, using the file browser naviigate to and open the folder in question.

    At the top of the browser window find the item for Music. It should have a down arrow symbol. Click on the arrow to open the options menu, then select "Add to Bookmarks." fini.
    regards

  7. #27
    Join Date
    Oct 2012
    Beans
    88

    Re: Setting up folders on HDD

    Please look at the sceen-shot the list of files does not include Music, it did before setting up the symlink. I'm not sure how better describe the problem.

    In the screenshot, the file browser is using the "recent" filter (upper left pane), so it's only showing files/directories that meet its criteria.

    Select "home" just below and see if that works better.

    Home works fine I just like the Home folders listed below Home, must be possible!
    Last edited by howefield; November 23rd, 2020 at 10:22 PM. Reason: merge posts.

  8. #28
    Join Date
    Oct 2012
    Beans
    88

    Re: Setting up folders on HDD

    howefield why have you merged my post with someone else's reply. I'm surprised this can be done.

  9. #29
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Setting up folders on HDD

    Quote Originally Posted by KieranFitzgerald View Post
    howefield why have you merged my post with someone else's reply. I'm surprised this can be done.
    Ah.. an error when tidying your duplicate post. My apologies.

  10. #30
    Join Date
    Oct 2004
    Location
    Albuquerque New Mexico, U
    Beans
    1,189
    Distro
    Ubuntu Development Release

    Re: Setting up folders on HDD

    Quote Originally Posted by KieranFitzgerald View Post

    Home works fine I just like the Home folders listed below Home, must be possible!
    Do what I said above. Navigate the the folder you want listed in the left pane, click on the down arrow symbol where that folder is listed in the bar at the top of the folder window to open an actions menu. Click on "Add to Bookmarks". Fini.
    regards

Page 3 of 4 FirstFirst 1234 LastLast

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
  •