[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] Re: remastering: problems with create_compressed_fs



searching for hardlinks that might cause the trouble this is what i did

# ls -Ri | cut -d" " -f2 -s | sort > inodes.txt    //write the inodes of all 
files in the knoppix source dir to the file inodes.txt
# sort -u inodes.txt > inodes2.txt		//filter out any lines that occure twice 
and write the result to inodes2.txt
# diff inodes.txt inodes2.txt			//compare the two files

well there where no differences
if i am not mistaken that means that if it is a problem with hardlinks it 
already occurs when copying the files from the mounted /dev/cloop to a normal 
directory

btw.: i tried the same with the mounted cloop file and though i do not know if 
it means anything on an iso fs there where no multiple occurences of inodes 
either

-> well concluding i don't think the problem has something to do with 
hardlinks...but i may be totally amiss


any help would be greatly appreciated as i m stuck here for about a week now
	tnx	Simon
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: