16.2 C
Vancouver
Saturday, July 27, 2024
- Advertisement -spot_img

ARCHIVE

Monthly Archives: January, 2007

Creating a new linux file system

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...

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/

Latest news

- Advertisement -spot_img