2009-07-01から1ヶ月間の記事一覧

RAMdisk(tmpfs)

#!/bin/sh /bin/mount -t tmpfs -o size=512m tmpfs /home/XXX/mnt/tmpfsdir perlの方は間違ってると思う。 mountはできたが、die以降が出た。 #!/usr/bin/perl use warnings; use strict; my $tmpfsdir = '/home/XXX/mnt/tmpfsdir'; my @command = qq(/bin/…