Hi!
On Sun, Apr 27, 2008 at 04:47:53PM +0200, Torsten wrote:
>>>OK, thank you, that got me onto the right track, now I think I know what
>>>the problem is: mount_mfs.
>>>/sbin/mount_mfs -s 9 swap /mnt
>>>Is there a way to have devices under that mountpoint?
>>Of course, just mknod(8) them (ea
OK, thank you, that got me onto the right track, now I think I know what
the problem is: mount_mfs.
/sbin/mount_mfs -s 9 swap /mnt
Is there a way to have devices under that mountpoint?
Of course, just mknod(8) them (each time after creating the mfs),
Thanks everybody for your help. For wha
I am setting up an embedded system that's supposed to run from RAMDISK
only.
You really should not do this. The RAMDISK kernel uses the
SMALL_KERNEL option, and this can have all sorts of unknown effects.
I appreciate you comment, but it seems I'm missing something or there's
a misunderstand
> >> I am setting up an embedded system that's supposed to run from RAMDISK
> >> only.
> >
> > You really should not do this. The RAMDISK kernel uses the
> > SMALL_KERNEL option, and this can have all sorts of unknown effects.
>
> I appreciate you comment, but it seems I'm missing something or
> I am setting up an embedded system that's supposed to run from RAMDISK
> only.
You really should not do this. The RAMDISK kernel uses the
SMALL_KERNEL option, and this can have all sorts of unknown effects.
It is castrated Unix, for the purpose of installation. For now, what
that option chang
Hi!
On Sat, Apr 26, 2008 at 05:51:22PM +0200, Torsten wrote:
>>># tcpdump
>>>tcpdump: Failed to open bpf device for fxp0: Device not configured
>>Is /tmp mounted "nodev"?
>OK, thank you, that got me onto the right track, now I think I know what
>the problem is: mount_mfs.
>This is how I set up
On Sat, Apr 26, 2008 at 05:51:22PM +0200, Torsten wrote:
> Is there a way to have devices under that mountpoint?
If you mount it without "nodev", refer to MAKEDEV(8).
-ME
# tcpdump
tcpdump: Failed to open bpf device for fxp0: Device not configured
Is /tmp mounted "nodev"?
OK, thank you, that got me onto the right track, now I think I know what
the problem is: mount_mfs.
This is how I set up the ramdisk:
/sbin/mount_mfs -s 9 swap /mnt
Is there a way to
On Sat, Apr 26, 2008 at 03:58:25PM +0200, Torsten wrote:
> # tcpdump
> tcpdump: Failed to open bpf device for fxp0: Device not configured
Is /tmp mounted "nodev"?
Look at mount(8).
-ME
9 matches
Mail list logo