From: "John H. Moe" <johnmoe@optusnet.com.au>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Cannot edit files on usb flash drive.
Date: Mon, 08 Mar 2010 19:21:06 +1000 [thread overview]
Message-ID: <4B94C182.9030803@optusnet.com.au> (raw)
In-Reply-To: <201003080846.21744.alan.mckinnon@gmail.com>
On 08/03/10 16:46, Alan McKinnon wrote:
> On Monday 08 March 2010 08:31:40 ubiquitous1980 wrote:
>> I have a usb flash drive which will not allow me to edit its files. I
>> have tried chmod a+rwx -R $files but this does still not permit
>> editing. Further, the files within the directories refuse to have
>> ownership changed via chown $myusername -R /mnt/disk. Output is:
>> operation not permitted. Any ideas? Thanks.
>
> This happens when the flash drive is type vfat. This excuse for a file system
> does not have a concept of owners and permissions so the kernel has to fudge
> it. You are finding that you cannot change these for the simple reason that
> they do not exist and the kernel is pretending they are owned by root with
> MODE 755 or some such.
>
> If hal is mounting the device, check your hal config, looking for some likely
> named option.
>
> If the device is mounted via /etc/fstab, adjust the uid/gid/umask/dmask/fmask
> options to mount in column 4. Full details in the man page, under section
> "fat"
>
I use both a USB memory stick with VFAT, and a USB hard drive with
NTFS. Both work fine, but I *am* mounting both as my user account using
/etc/fstab. Entries are as follows:
LABEL="USBSTICK" /media/usbstick auto user,noauto 0 0
LABEL="USBstorage" /media/usbstorage ntfs-3g user,noauto 0 0
Then I just type "mount /media/usbstick" and use it as normal.
John Moe
prev parent reply other threads:[~2010-03-08 9:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-08 6:31 [gentoo-user] Cannot edit files on usb flash drive ubiquitous1980
2010-03-08 6:46 ` Alan McKinnon
2010-03-08 7:33 ` ubiquitous1980
2010-03-08 8:17 ` Dale
2010-03-08 16:52 ` Paul Hartman
2010-03-08 17:22 ` Dale
2010-03-08 8:43 ` Alan McKinnon
2010-03-08 7:51 ` ubiquitous1980
2010-03-08 8:25 ` Neil Bothwick
2010-03-08 9:21 ` John H. Moe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B94C182.9030803@optusnet.com.au \
--to=johnmoe@optusnet.com.au \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox