All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Reissnegger <wolfgang.reissnegger@xilinx.com>
To: khollan <khollan@daktronics.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: BusyBox Mount
Date: Thu, 09 Aug 2007 11:46:50 -0700	[thread overview]
Message-ID: <20070809184653.DA59498807D@mail58-cpk.bigfish.com> (raw)
In-Reply-To: <12077740.post@talk.nabble.com>

Hi Khollan,

try to use:

  mount -t vfat -ouid=uuu,gid=ggg /dev/xsa1 /home/Dak

where uuu is the User ID of your user and ggg is its Group ID.

Cheers,
   Wolfgang




khollan wrote:
> Hi
> 
> I want to mount the first partion of my compact flash in a users home folder
> during bootup.  This partion should be owned by the user and be read write
> and executable.  I am using the command:
> mount -t vfat /dev/xsa1 /home/Dak
> in the rcS startup script.  This works fine but it is owned by the root, if
> I try to change the ownership with chown as root it says that Operation not
> permitted, if I Chmod to 777 it appears to take but when you ls -l it out it
> says that it is onlt rw by the owner root.
> Any suggestions
> khollan

      reply	other threads:[~2007-08-09 18:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09 18:17 BusyBox Mount khollan
2007-08-09 18:46 ` Wolfgang Reissnegger [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=20070809184653.DA59498807D@mail58-cpk.bigfish.com \
    --to=wolfgang.reissnegger@xilinx.com \
    --cc=khollan@daktronics.com \
    --cc=linuxppc-embedded@ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.