Monday, October 24, 2005

Mounting first slice on sunblade 150 when booting to single user mode from boot cdrom -s

The question about how to mount the first slice under solaris 8 after booting from CD using the boot cdrom -s. This was loosley based on the information available on Adding a Second hard drive to sunblade 100/150(Here).

creating a mount point. Most of the stuff is mounted under /tmp/ so I decided I would create a directory under /tmp/.

mkdir -p /tmp/disk
mount -F ufs /dev/dsk/c0t0d0s0 /tmp/disk

the file system type is case sensitive.

0 Comments:

Post a Comment

<< Home