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

WindowsでExt2,Ext3,Ext4ファイルシステムを読む

Ext2readというソフトがよさそうです。 Ext2read - View ext2/3/4 partitions from Windows FEATURES: Simple UI designed using QT4. View/Read Ext2/ext3/ext4 partitions. Linux LVM2 Support. Ext4 Large File support (untested). Recursively Copy the…

[Windows] ネットワークドライブのマウント/アンマウント

一度だけマウントしたい net use コマンドを使います。 マウント net use m: \\server\share /persistent:no アンマウント net use m: /delete 再起動後も自動でマウントしたい cmdkeyコマンドとnet useコマンドを使います。 cmdkey /add:server /user:testu…