Home > database, unix/linux, web > OpenSolaris 2009.06 SAMP and Ext2/Ext3

OpenSolaris 2009.06 SAMP and Ext2/Ext3

November 1st, 2009 Leave a comment Go to comments

The second day I’m using OpenSolaris 2009.06

# Install  Apache, MySQL and PHP on OpenSolaris
pkg install amp
pkg install webstack-ui
# Read Ext2/Ext3 Filesystem 
wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWpart.tar.gz"
wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWfsmisc.tar.gz"
gzip -d FSWpart.tar.gz | tar xvf -
gzip -d FSWfsmisc.tar.gz | tar xvf -
pkgadd -d . FSWpart
pkgadd -d . FSWfsmisc
# Mini HOWTO example
prtpart # LIST Devices
prtpart $DEVICE -ldevs # List parts of the device
mount -F ext2fs /dev/dsk/c12t0d0p3 /root/linux
umount /root/linux
# Recursive grep (like grep -R on Gnu/Linux)
find . -type f -exec grep "something" {} \;

Categories: database, unix/linux, web Tags: ,
  1. No comments yet.
  1. No trackbacks yet.

Switch to our mobile site