external Hard Drive permission refused ?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
pennylurcher
Level 1
Level 1
Posts: 21
Joined: Wed Nov 21, 2007 1:59 pm

external Hard Drive permission refused ?

Post by pennylurcher »

I have a external harddrive on USB.
if I go to "computer" the icon is there.
If I try to alter the permissions , it says I cant as the "owner" is root.
If I try to create a folder on that drive I get the same message
Now I know this must be simple but I cant figure it out.
I'm using daryna gnome.
could you please explain simply :roll: ?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
deadguy
Level 5
Level 5
Posts: 707
Joined: Wed Aug 15, 2007 9:41 pm
Location: Illinois USA

Re: external Hard Drive permission refused ?

Post by deadguy »

Hello pennylurcher,

you can try this:

open a terminal and type:

Code: Select all

gksudo nautilus
you will be prompted for your password,
then nautilus will open in root mode.
<always be careful when you have root permissions>
navigate to your usb drive.
you should then be able to set permissions.
if you still can't you may have to edit your fstab.


cheers,

Deadguy
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Re: external Hard Drive permission refused ?

Post by newW2 »

pennylurcher
Level 1
Level 1
Posts: 21
Joined: Wed Nov 21, 2007 1:59 pm

Re: external Hard Drive permission refused ?

Post by pennylurcher »

Nothing that I plug in to my USB hub (Hard Drive or PenDrive or Smartcard ) will allow me to use it.
so here is my fstab if it helps.

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=e6e1d49e-e6ab-48df-a227-12cd529d6108 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=bcc15cd5-c5ad-4fff-bfc6-b1797837bffb none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0

PennyLurcher
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: external Hard Drive permission refused ?

Post by MagnusB »

Try pmount:

Code: Select all

pmount /dev/sdxx folder
Folder is located in /media/
This has to be done each time you want to mount it, if you want to automatically mount it on boot you have to edit fstab.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
pennylurcher
Level 1
Level 1
Posts: 21
Joined: Wed Nov 21, 2007 1:59 pm

Re: external Hard Drive permission refused ?

Post by pennylurcher »

And there is the problem :( I dont know how to edit fstab or what to put there !
and my family is pleading with me to reinstall Vista :cry: as they cant use their pendrives .
Dont want to install Vista ,help!!!!!
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: external Hard Drive permission refused ?

Post by MagnusB »

Ok, plug in the pen drive and post the output of:

Code: Select all

sudo fdisk -l
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
pennylurcher
Level 1
Level 1
Posts: 21
Joined: Wed Nov 21, 2007 1:59 pm

Re: external Hard Drive permission refused ?

Post by pennylurcher »

I plugged in one of the pendrives and this is what I got when I did sudo fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3f56a670

Device Boot Start End Blocks Id System
/dev/hda1 * 1 9327 74919096 83 Linux
/dev/hda2 9328 9729 3229065 5 Extended
/dev/hda5 9328 9729 3229033+ 82 Linux swap / Solaris

Disk /dev/sda: 262 MB, 262012928 bytes
16 heads, 32 sectors/track, 999 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x4ac27a59

Device Boot Start End Blocks Id System
/dev/sda1 * 1 999 255727+ 83 Linux
Partition 1 has different physical/logical endings:
phys=(997, 15, 32) logical=(998, 15, 31)
Locked

Return to “Beginner Questions”