Results 1 to 5 of 5

Thread: Western Digital External Hard Drive

  1. #1
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Angry Western Digital External Hard Drive

    I recently changed used gparted to change the format to ext3 to store larger files than 4gbs on it, and it tells me that I can not change anything since I am not the owner. I was wondering if I could do anything to change this. Its a big problem since I put all the info back on my computer and the hard drive is almost full. I would appreciate any help this this. thanks
    Last edited by mysteriousdarren; April 1st, 2009 at 01:28 AM.

  2. #2
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Western Digital External Hard Drive

    Change ownership of the mount point of the drive to yourself. Make sure you type the command correctly, an extra space with a sudo command can ruin your day!

    Code:
    sudo chown -R yourusername: /media/the.mountpoint
    Example: sudo chown -R john: /media/mydata

    Since it's an external, you shouldn't have to do anything to mount it. Just find the correct mount point/folder, probably in /media.
    Back to Xorg...

    Retired.

  3. #3
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Western Digital External Hard Drive

    I put in sudo chown -R kevin: /media/disk which is correct. I went in to put somethings in the folder, and it did not change anything. I was wondering what else I could do?

  4. #4
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Western Digital External Hard Drive

    Would you post the results of these commands with the drive mounted (on disk or change to current mount point):
    Code:
    ls -la /media/disk
    df -Th | grep 'disk'
    cd ~/Desktop
    cp ~/Desktop/anyfile /media/disk  # choose any file and report the error message
    Back to Xorg...

    Retired.

  5. #5
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Western Digital External Hard Drive

    Here are the results.

    kevin@Wizard:~$ ls -la /media/disk
    total 24
    drwxr-xr-x 3 kevin kevin 4096 2009-03-26 11:02 .
    drwxr-xr-x 5 root root 4096 2009-04-02 03:13 ..
    drwx------ 2 kevin kevin 16384 2009-03-26 11:02 lost+found
    kevin@Wizard:~$ df -Th | grep 'disk'
    /dev/sdb1 ext3 463G 199M 439G 1% /media/disk
    kevin@Wizard:~$ cd ~/Desktop
    kevin@Wizard:~/Desktop$ cp ~/Desktop/anyfile /media/disk # choose any file and report the error message

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
  •