Yahoo! Media Player
http://yahoomediaplayer.wikia.com/wiki/Main_Page
2008-01-09 15:24:56 | この記事だけ表示 | コメント (2) | トラックバック (0)
Easylistener
http://next.yahoo.net/archives/32/easylistener
2008-01-09 15:20:31 | この記事だけ表示 | コメント (0) | トラックバック (0)
ext3でディレクトリ下に作れるサブディレクトリの数の上限は32000
/bin/mkdir: cannot create directory `/home/aaa': No space left on device
/** Maximal count of links to a file*/#define EXT3_LINK_MAX 32000
static int ext3_mkdir(struct inode * dir, struct dentry * dentry, int mode){handle_t *handle;struct inode * inode;struct buffer_head * dir_block;struct ext3_dir_entry_2 * de;int err, retries = 0;if (dir->i_nlink >= EXT3_LINK_MAX)return -EMLINK;for p in `seq 1 32001`domkdir $pdone
2007-12-14 19:15:05 | この記事だけ表示 | コメント (0) | トラックバック (0)



