Skip to content
MCA Software

MCA Software

Internet Technology Innovation

  • Home
  • Linux
  • DevOps

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 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 […]

Posted bymarkcallen2007-01-12Posted inLinuxLeave a comment on Creating a new linux file system

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/

Posted bymarkcallen2007-01-12Posted inLinuxLeave a comment on Copying directories between file systems

Recent Posts

  • Connecting Feature Flags with DORA Metrics
  • Non-boolean Feature Flags
  • VIM & Tmux Basics
  • Upgrading from Ubuntu 12.10 to 14.04
  • Vagrant machine status

Recent Comments

  • Valent K on ORA-20603: Updating timezone region of a target is not supported
  • Andrew Plater on AWS SNS and SQS Example using NodeJS
  • Ali on AWS SNS and SQS Example using NodeJS
  • ramakoti on Oracle XE Tuning
  • Ron van der Wijngaard on AWS SNS and SQS Example using NodeJS

Archives

  • October 2022
  • August 2022
  • February 2017
  • March 2015
  • January 2015
  • June 2014
  • April 2014
  • March 2014
  • February 2010
  • September 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • December 2007
  • September 2007
  • July 2007
  • May 2007
  • January 2007
  • November 2006
MCA Software, Proudly powered by WordPress.