Hi at all,
I should mount the /tmp partition, but I've an error.
I type:
cd /dev
dd if=/dev/zero of=tmpMnt bs=1024 count=100000
cp -R /tmp /tmp_backup
mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp
I think the problem there is with the command "mke2fs /dev/tmpMnt"
Can I fix this problem? idea?

I should mount the /tmp partition, but I've an error.
I type:
cd /dev
dd if=/dev/zero of=tmpMnt bs=1024 count=100000
mke2fs /dev/tmpMnt100000+0 records in
100000+0 records out
102400000 bytes (102 MB) copied, 0,82051 seconds, 125 MB/s
cd /mke2fs 1.39 (29-May-2006)
/dev/tmpMnt is not a block special device
Continue (y/n):y
cp -R /tmp /tmp_backup
mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp
Mount: you must specify the filesystem
I think the problem there is with the command "mke2fs /dev/tmpMnt"
Can I fix this problem? idea?

