> In the current Oxygen release /etc/fstab is loaded later; in the
> development image it is created on the fly very early on.
>
Ahh, cool. I can't wait to play with the new development release. I don't
have time to at the moment, unfortunately.
Andrew Hoying
_
Andrew Hoying wrote:
> > none /var/log tmpfs rw,nodev,noexec,nosuid,size=16m
> > none /tmp tmpfs rw,nodev,noexec,nosuid,size=32m
> Change the 'none' to 'tmpfs' and this will work. I manually added the fstab
> entries on my box when I was testing, but I thought that the fstab file
> didn't ge
>
> none /var/log tmpfs rw,nodev,noexec,nosuid,size=16m
> none /tmp tmpfs rw,nodev,noexec,nosuid,size=32m
>
Change the 'none' to 'tmpfs' and this will work. I manually added the fstab
entries on my box when I was testing, but I thought that the fstab file
didn't get loaded until later in the
Andrew Hoying wrote:
> Well, I modified the root.sysconf for mounting to read:
> mount -t tmpfs tmpfs /var/log -o rw,nodev,noexec,nosuid,size=16m
> mount -t tmpfs tmpfs /tmp -o rw,nodev,noexec,nosuid,size=32m
> Obviously the 16m and 32m can be changed to a variable so that the size can
> be se
David Douthitt wrote:
> Andrew Hoying wrote:
>
> > The virtual file systems in 2.4, Like tmpfs which I've been using, don't
> > need to be 'made' before being used. This is another advantage.
>
> Means I may have to handle preparing for a mount differently depending
> on filesystem type?
Well,
Andrew Hoying wrote:
> The virtual file systems in 2.4, Like tmpfs which I've been using, don't
> need to be 'made' before being used. This is another advantage.
Means I may have to handle preparing for a mount differently depending
on filesystem type?
> The only advantage I can see to
> using
Bugs item #446770, was opened at 2001-08-01 06:53
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=113751&aid=446770&group_id=13751
Category: Oxygen
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bryce Nesbitt (brycen)
Assigned to: David Douthitt