Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: second HDD format and partition?

  1. #11
    Join Date
    Dec 2010
    Beans
    39

    Re: second HDD format and partition?

    Quote Originally Posted by benzarti View Post
    Open terminal
    Code:
    sudo chmod 0777 /media/bigdisk
    I've done this, a couple of times, but when I try to read bigdisk, I am still told I don't have permission, and there's a little padlock icon on the folder when I go to /media/bigdisk. I noticed that /media/bigdisk seems to be in the home folder, is that germane?

  2. #12
    Join Date
    Feb 2013
    Beans
    22

    Re: second HDD format and partition?

    What returns
    Code:
    sudo mount
    ?

  3. #13
    Join Date
    Dec 2010
    Beans
    39

    Re: second HDD format and partition?

    Quote Originally Posted by benzarti View Post
    What returns
    Code:
    sudo mount
    ?
    a bunch of stuff about other disks, but the following regarding sdb1:

    dev/sdb1 on /media/bigdisk type ext4 (rw,nosuid,nodev,uhelper=udisks)

  4. #14
    Join Date
    Feb 2013
    Beans
    22

    Re: second HDD format and partition?

    Try
    Code:
    sudo cd /media/bigdisk
    sudo chmod 0775 ./
    sudo chown $USER:$USER ./
    Last edited by benzarti; June 9th, 2013 at 01:43 PM. Reason: correction

  5. #15
    Join Date
    Jul 2009
    Location
    Austin, Texas, USA
    Beans
    435

    Re: second HDD format and partition?

    There are a number of advantages to using separate partitions for / (root) and /home. A major one is that having a separate /home partition makes it much easier to update your OS or to change it.

    You can have the separate partitions on different hard drives, or on the same hard drive if there is space for them.

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

    Re: second HDD format and partition?

    Did you do both the chmod and the chown?
    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.

  7. #17
    Join Date
    Dec 2010
    Beans
    39

    Re: second HDD format and partition?

    well.....although I still can't directly read what's in bigdisk, gparted now tells me it's in use, and that some stuff is being stored there. I thank everyone for their input. I don't really need to view the stuff directly, but I am gonna assume that Ubuntu is now putting files that don't need quick access there, since about 7GB (out of the 500GB total available) now seems to be filled with data--and the SSD which has the boot stuff in it is now a bit less full than before I formatted bigdisk.....

Page 2 of 2 FirstFirst 12

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
  •