My system disk started to throw read errors so I created a new disk using
and
Is there a problem with the disk? Everything appears to be working fine and noticeably faster.
I did all of this on another machine where there was no update access to the old system drive during the copy.
dd
. I had a 250GB HD which I replaced with a 500GB SSD, the smallest that I could find locally. The new drive is twice the size of the old drive. I followed the instruction in the "Handbook" from section 17.3. There is a difference in the report size using gpart show
and df -H
. The df
is the size of the old drive at 238GB.
Code:
root@Phaedra:/ # gpart show /dev/ada1
=> 40 976773088 ada1 GPT (466G)
40 1024 1 freebsd-boot (512K)
1064 966787072 2 freebsd-ufs (461G)
966788136 9984992 3 freebsd-swap (4.8G)
root@Phaedra:/ #
Code:
root@Phaedra:/ # df -H
Filesystem Size Used Avail Capacity Mounted on
/dev/ada1p2 238G 70G 149G 32% /
devfs 1.0k 1.0k 0B 100% /dev
/dev/ada4p1 3.9T 1.1T 2.5T 30% /storage1
/dev/ada5s1 484G 59G 387G 13% /storage2
/dev/ada2s1 145G 247M 133G 0% /storage3
/dev/ada3p1 3.9T 1.5T 2.0T 43% /storage4
/dev/ada0p1 1.9T 8.2k 1.8T 0% /storage5
fdescfs 1.0k 1.0k 0B 100% /dev/fd
procfs 4.1k 4.1k 0B 100% /proc
tmpfs 11G 4.1k 11G 0% /compat/linux/dev/shm
linprocfs 4.1k 4.1k 0B 100% /compat/linux/proc
//NOBODY@PROMETHEUS/PUBLIC 1.9T 192G 1.7T 10% /Prometheus_public
root@Phaedra:/ #
Is there a problem with the disk? Everything appears to be working fine and noticeably faster.
I did all of this on another machine where there was no update access to the old system drive during the copy.