[NTLUG:Discuss] strange "No space" issue on /dev/md0
Fred James
fredjame at concentric.net
Thu Feb 27 14:38:25 CST 2003
TJ Davis wrote:
>
> while we are on the subject of fsck I was going to run it on my
> filesystem (ext3) just because I wanted to but it warned me that it
> could seriously damage the filesystem. is there a switch that I can
> use to have it just do a test with no fixes or do I just have to test
> it during the reboot?
>
> One reason that I am running it is because when I try to copy large
> files (over 2 or 3 mb) using Samba it starts copying the file and then
> tells me the file already exists at a size of 0 bytes and cannot be
> copied. I thought this might be a problem with the filesystem
> although I doubt it so if there are any suggestions there I will
> accept them gladly. :-)
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>
>------------------------------------------------------------------------
>
>_______________________________________________
>https://ntlug.org/mailman/listinfo/discuss
>
>
The "-N" options means "Don't execute, just show what would be done.",
according to the man page on this machine.
--
find . -type f | xargs file | grep -i text | cut -f1 -d: | xargs grep "..."
More information about the Discuss
mailing list