Adding new drive

Status
Not open for further replies.
Joined
Jun 30, 2016
Messages
24
I've got a single 3TB drive in a server, and it's out of space. I'd like to add another drive to it, but I don't want my data split across two different drives in my file system. Basically, I want to expand my "red" drive using the new 3TB drive. (shown in screenshot)

I'm pretty clueless as you can probably tell, so any help is greatly appreciated.

Cameron
 

Attachments

  • Screenshot_22.jpg
    Screenshot_22.jpg
    49.6 KB · Views: 352

melloa

Wizard
Joined
May 22, 2016
Messages
1,749
Options are: Replace that single drive with a bigger one. You should build another volume with multiple drives for data safety and copy the data to it. To better help you, the forum requires you to provide your server specs.
Also note that you are using more than the recommended ZFS max and you might experience poor performance.

To better understand: https://forums.freenas.org/index.ph...ning-vdev-zpool-zil-and-l2arc-for-noobs.7775/
 
Joined
Apr 9, 2015
Messages
1,258
The above is correct, if you wanted to add another single drive the best option would be to create a second pool but it is not the correct way to do things.
 

melloa

Wizard
Joined
May 22, 2016
Messages
1,749

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
You can simply add another drive.

This will work fine, but then you need to be aware that you already have no redundancy and have now doubled your already high chances of total data loss.

A better solution would be the increase your redundancy and increase space.

Ask us how ;)

Unfortunately it involves at least two more drives.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Here are your options:

1. And another pool with single disk. More capacity.
2. Replace current disk with larger disk. More capacity.
3. Mirror current drive and add more drives. This would give you redundancy and more capacity. Requires 3 more disks.

Sent from my Nexus 5X using Tapatalk
 
Joined
Jun 30, 2016
Messages
24
You can simply add another drive.

This will work fine, but then you need to be aware that you already have no redundancy and have now doubled your already high chances of total data loss.

A better solution would be the increase your redundancy and increase space.

Ask us how ;)

Unfortunately it involves at least two more drives.
If you're honest... How genuinely likely is it that something would happen to my server? I'm actually pretty concerned about data loss now. It's nothing crazy important on there, but still wouldn't be fun to lose it.
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
If you're honest... How genuinely likely is it that something would happen to my server? I'm actually pretty concerned about data loss now. It's nothing crazy important on there, but still wouldn't be fun to lose it.
If you are worried about data loss you need to have a backup. If you want uptime then you need to add redundancy to your pool.

Sent from my Nexus 5X using Tapatalk
 

Stux

MVP
Joined
Jun 2, 2016
Messages
4,419
If you're honest... How genuinely likely is it that something would happen to my server? I'm actually pretty concerned about data loss now. It's nothing crazy important on there, but still wouldn't be fun to lose it.
100% likely given time
 

IceBoosteR

Guru
Joined
Sep 27, 2016
Messages
503
If you're honest... How genuinely likely is it that something would happen to my server? I'm actually pretty concerned about data loss now. It's nothing crazy important on there, but still wouldn't be fun to lose it.
It's all about backups.
Backup everything and you are safe. Use a cloud, another harddrive, external drives (but not on the freenas server itself,...). you have a lot of options. You should do this as you will drive crazy if somethings happens to your data ;)
 

CraigD

Patron
Joined
Mar 8, 2016
Messages
343
If you're honest... How genuinely likely is it that something would happen to my server? I'm actually pretty concerned about data loss now. It's nothing crazy important on there, but still wouldn't be fun to lose it.

I've had three drives fail in the last six months, and have not lost any data, they had 40,000-60,000 hours on them.... I found out via Email

I would buy 4-8 3TB drives add a new pool in RAIDz2 ASAP and get your data to it

I am using a temporary pool in addition to my main pool without problems

Whats the performance like with the pool 96% full?

Have Fun

Code:
[root@freenas] ~# zpool status
  pool: RaidA
state: ONLINE
  scan: resilvered 1.43T in 8h20m with 0 errors on Sat Feb  4 20:19:16 2017
config:

  NAME  STATE  READ WRITE CKSUM
  RaidA  ONLINE  0  0  0
  raidz2-0  ONLINE  0  0  0
  gptid/72ca6241-27df-11e6-aef1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/736fcc94-27df-11e6-aef1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/74b9712e-27df-11e6-aef1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/762ab4e9-27df-11e6-aef1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/c16a9405-5db3-11e6-95c1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/4ac5d800-ea64-11e6-83b4-0cc47aab6f2a  ONLINE  0  0  0
  gptid/79002fa7-27df-11e6-aef1-0cc47aab6f2a  ONLINE  0  0  0
  gptid/7830392b-5bbb-11e6-94a0-0cc47aab6f2a  ONLINE  0  0  0

errors: No known data errors

  pool: RaidB
state: ONLINE
  scan: scrub repaired 0 in 7h17m with 0 errors on Mon Feb  6 01:02:07 2017
config:

  NAME  STATE  READ WRITE CKSUM
  RaidB  ONLINE  0  0  0
  raidz1-0  ONLINE  0  0  0
  gptid/35a7144c-5b20-11e6-94a0-0cc47aab6f2a  ONLINE  0  0  0
  gptid/36972ad3-5b20-11e6-94a0-0cc47aab6f2a  ONLINE  0  0  0
  gptid/37a344be-5b20-11e6-94a0-0cc47aab6f2a  ONLINE  0  0  0

errors: No known data errors

 
Status
Not open for further replies.
Top