#YANG XIAOYONG# wrote:
>
> Hi,
> I tried you method but I could not copy files completely form one ramdisk to
> the other. All the files in the dev directory cannot be copied over.
su
mkdir mnt1
mkdir mnt2
mount -o loop oldramdisk mnt1
mount -o loop newramdisk mnt2
cd mnt1
tar cvpl . | tar xpC ../mnt2
> Normally how big is the conventional size of a ramdisk? If let say I want to
> create a ramdisk of 32M to load all my application. Will it have any other
> problem other than time consuming?
memory consuming.
> I am trying to configure NFS server also. Now the problem is I don't know
> how to configure the client side. Especially I don't know how to find out
> the Ethernet(PCMCIA) card number.
> I am using a Socket CF+ card.
This has nothing to do with your execution of the english language, but,
huh?
you can get the MAC address of the ethernet card with "ifconfig eth0",
but nfs doesn't care what the MAC address is. You may need to use "-o
nolock" on the mount commandline.
- Eric
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.