You are not logged in.

#1 2011-09-08 09:15:33

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

[Solved] ------ Mounting HDD Error Message

Hi Everyone

I'm new to this forum, but have been using Arch & Openbox for about 6 months now.  Just love it !!!!

Anyway i am trying to mount an External HDD ( ntfs format ) and i get this error message

Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error

My fstab entry looks like this

# Mount External Hard drive
/dev/disk/by-label/Ext_HDD /media/Ext_HDD vfat users,exec,noauto 0 0

Any suggestions please ?

Cheers

Last edited by Cheesecake Charlie (2011-09-08 12:28:41)

Offline

#2 2011-09-08 09:19:10

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Re: [Solved] ------ Mounting HDD Error Message

It should read

/dev/disk/by-label/Ext_HDD /media/Ext_HDD ntfs users,exec,noauto 0 0

if it's ntfs format. And if you want to have write permissions on it, you should have ntfs-3g installed.

Last edited by roygbiv (2011-09-08 09:50:44)

Offline

#3 2011-09-08 10:05:15

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [Solved] ------ Mounting HDD Error Message

roygbiv wrote:

It should read

/dev/disk/by-label/Ext_HDD /media/Ext_HDD ntfs users,exec,noauto 0 0

if it's ntfs format. And if you want to have write permissions on it, you should have ntfs-3g installed.


Oh yes, duh .... But now i get this error

Error mounting: mount exited with exit code 1: helper failed with:
Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root

Offline

#4 2011-09-08 11:31:26

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] ------ Mounting HDD Error Message

Does it work as root?

Offline

#5 2011-09-08 12:28:17

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [Solved] ------ Mounting HDD Error Message

i can get it to mount manually....Just would prefer it to mount automatically.  Still not the end of the World just yet...... ;o)

Offline

#6 2011-09-08 12:31:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] ------ Mounting HDD Error Message

Cheesecake Charlie wrote:

i can get it to mount manually....Just would prefer it to mount automatically.  Still not the end of the World just yet...... ;o)

Have you read https://wiki.archlinux.org/index.php/NTFS-3G ?

Offline

#7 2011-09-08 13:09:13

Cheesecake Charlie
Member
Registered: 2011-09-08
Posts: 94

Re: [Solved] ------ Mounting HDD Error Message

karol wrote:
Cheesecake Charlie wrote:

i can get it to mount manually....Just would prefer it to mount automatically.  Still not the end of the World just yet...... ;o)

Have you read https://wiki.archlinux.org/index.php/NTFS-3G ?


Yes i did read that and have changed my fstab to

/dev/disk/by-uuid/660134ED45189C0D /media/Ext_HDD ntfs-3g fmask=113,dmask=002    0       0

The External HDD now auto mounts but i still cant drag and drop any files as a normal user

Cheers

Offline

#8 2011-09-08 13:15:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] ------ Mounting HDD Error Message

Is it a problem with drag'n'drop or you can't copy with the commandline too?
Have you check the mountpoint?

if the parent folder that it is mounted upon has the proper user or group permissions, then that user or group will be able to read and write on that partition(s).

Offline

Board footer

Powered by FluxBB