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