摘要:
来源:https://help.ubuntu.com/community/RenameUSBDriveRenameUSBDriveContents1.Using the Partition Editor2.Using the Command line (1) Identify your Partition (2) Install the Labeling Program (3) Unmount the Partition (4) Changing the Label3.Filesystems (1) FAT16 and FAT32 (2) NTFS (3) ext2, ext3, 阅读全文
posted @ 2010-12-26 16:36
lbsx
阅读(435)
评论(0)
推荐(0)
摘要:
转自:查看文件系统类型的Linux命令1. 不需要挂载:(1) file -s(2) parted #p命令(3) fdisk -l(4) cfdiskI prefer parted. 2. 需要挂载:(1) mount(2) df -T(3) stat 阅读全文
posted @ 2010-12-26 11:48
lbsx
阅读(310)
评论(0)
推荐(0)
摘要:
对home目录采用snapshot方式实现persistence$ dd if=/dev/null of=home-sn bs=1G seek=1$ ls home-sn | cpio -o | gzip home-sn.cpio.gz$ cp home-sn.cpio.gz $(USB)在每次启动的时候,加上persistent参数,live系统即会自动将home-sn.cpio.gz挂载为主目录在关机的时候,才会进行同步 阅读全文
posted @ 2010-12-26 10:59
lbsx
阅读(363)
评论(0)
推荐(0)
摘要:
转载自:http://bradthemad.org/tech/notes/cpio_directory.phpCopy a directory with cpioMost people live their whole lives without ever using the cpio utility.However, it is a useful thing, and is sometimes better suited to copyinglots of files around than tar or cp. Here's a quick primer.Some important fl 阅读全文
posted @ 2010-12-26 01:06
lbsx
阅读(349)
评论(0)
推荐(0)
摘要:
转载自:http://cybertiggyr.com/gene/cpio-howto/Gene Michael Stover'scpio How-To & Quick Startcreated Tuesday, 19 March 2002 updated Monday, 14 October 2002Introductioncpio is an archive program, sort of liketar. It is commonly availableon Unix & Unix-like systems,including Gnu/Linux.This article is a q 阅读全文
posted @ 2010-12-26 00:42
lbsx
阅读(462)
评论(0)
推荐(0)
浙公网安备 33010602011771号