Creating a ext3 file system on a new USB disk. Partition Table # /sbin/fdisk /dev/sdc The number of cylinders for this disk is set to 60801. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old […]
Monthly Archives: January 2007
Copying directories between file systems
Copying files from one directory to another using find and cpio. cd /old_file_system/ find . -print -depth | cpio -pamVd /new_file_system/