* BusyBox Mount
@ 2007-08-09 18:17 khollan
2007-08-09 18:46 ` Wolfgang Reissnegger
0 siblings, 1 reply; 2+ messages in thread
From: khollan @ 2007-08-09 18:17 UTC (permalink / raw)
To: linuxppc-embedded
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
--
View this message in context: http://www.nabble.com/BusyBox-Mount-tf4244254.html#a12077740
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BusyBox Mount
2007-08-09 18:17 BusyBox Mount khollan
@ 2007-08-09 18:46 ` Wolfgang Reissnegger
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Reissnegger @ 2007-08-09 18:46 UTC (permalink / raw)
To: khollan; +Cc: linuxppc-embedded
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-09 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 18:17 BusyBox Mount khollan
2007-08-09 18:46 ` Wolfgang Reissnegger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox