AW: [Wylug-help] Mounting an NTFS drive as user
katze.katze at yahoo.de
katze.katze at yahoo.de
Thu Aug 3 13:39:35 BST 2006
Thanks Wills, this worked great :D
----- Ursprüngliche Mail ----
Von: "Towle, William" <william.towle at echostar.com>
An: Kätzchen <katze.katze at yahoo.de>; Wylug-help at wylug.org.uk
Gesendet: Donnerstag, den 3. August 2006, 10:55:49 Uhr
Betreff: RE: [Wylug-help] Mounting an NTFS drive as user
> rachel at doris:~$ mount /home/rachel/hdb
> mount: must be superuser to use mount
I've managed to reproduce that exact error message now - it's due to the permissions on 'mount' itself. Presumably you have this:
[williamt at williamt-ccws:6] ~ $ ls -l /bin/mount
-rwxr-xr-x 1 root root 83592 Nov 24 2005 /bin/mount
because you see this:
[williamt at williamt-ccws:6] ~ $ mount -t iso9660 /dev/hda /media/cdrom
mount: must be superuser to use mount
To match the systems here, you should (read "might consider") 'chmod -s /bin/mount' as root, at which point you'll see:
With 'mount' longhand, failure:
[williamt at williamt-ccws:6] ~ $ ls -l /bin/mount
-rwsr-sr-x 1 root root 83592 Nov 24 2005 /bin/mount
[williamt at williamt-ccws:6] ~ $ mount -t iso9660 /dev/hda /media/cdrom
mount: only root can do that
...but with 'mount' shorthand (bad example, but it *is* getting further):
[williamt at williamt-ccws:6] ~ $ mount /dev/hda
mount: No medium found
If want to do this and you use any system management tools, find out how they configure the security level; they may be picky about you making this change manually.
Cheers,
Wills.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.wylug.org.uk/pipermail/wylug-help/attachments/20060803/55615968/attachment.html
More information about the Wylug-help
mailing list