Displaying 3 results from an estimated 3 matches for "pdum".
Did you mean:
pdcm
2006 Oct 31
0
6339766 Solaris 10 CPIO does not change own on files using -pdum options and with rstchown=0 in system file
Author: ceastha
Repository: /hg/zfs-crypto/gate
Revision: c79aa3356a665c684f991d5449ff5dfea720c600
Log message:
6339766 Solaris 10 CPIO does not change own on files using -pdum options and with rstchown=0 in system file
Files:
update: usr/src/cmd/cpio/Makefile
update: usr/src/cmd/cpio/cpio.c
2010 Apr 23
5
Data movement across filesystems within a pool
I would have thought that the file movement from one FS to another within the same pool would be almost instantaneous. Why does it take to platter for such a movement?
# time cp /tmp/blockfile /pcshare/1gb-tempfile
real 0m5.758s
# time mv /pcshare/1gb-tempfile .
real 0m4.501s
Both FSs are with compression=off. /tmp is RAM.
-devsk
--
This message posted from opensolaris.org
2010 Sep 14
7
Transferring system to new drive
Is there a document with instructions for this?
I've had smartd warnings that a hard disk in my server is sick,
so I am installing a new drive (in addition to the old).
I was thinking of copying the old root partition with
sudo cp -a -P /* /mnt/hd
(after mounting the prospective new root partition).
Then I'd have to modify the new /etc/fstab .
Is that a sensible approach?
--
Timothy