SOLVED import disk

Status
Not open for further replies.

kichawa_2

Cadet
Joined
Mar 24, 2016
Messages
3
Hi,

I'm newbie. I create stripe with 2 disk (like below).
RpQEk5d.png


then i choose 'import disk' with 3rd sata disk.

1NIOVUq.png


How can i unmount this?
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
When you use Import Disk, it mounts the disk, copies everything from it to the specified destination, and then unmounts it. There's nothing else for you to do.
 

kichawa_2

Cadet
Joined
Mar 24, 2016
Messages
3
yes, but i cant unmount the disk :<

# mount
freenas-boot/ROOT/default on / (zfs, local, noatime, nfsv4acls)
devfs on /dev (devfs, local, multilabel)
tmpfs on /etc (tmpfs, local)
tmpfs on /mnt (tmpfs, local)
tmpfs on /var (tmpfs, local)
freenas-boot/grub on /boot/grub (zfs, local, noatime, nfsv4acls)
backup_2x250 on /mnt/backup_2x250 (zfs, NFS exported, local, nfsv4acls)
backup_2x250/jails on /mnt/backup_2x250/jails (zfs, local, nfsv4acls)
backup_2x250/.system on /var/db/system (zfs, local, nfsv4acls)
backup_2x250/.system/cores on /var/db/system/cores (zfs, local, nfsv4acls)
backup_2x250/.system/samba4 on /var/db/system/samba4 (zfs, local, nfsv4acls)
backup_2x250/.system/syslog-4c6211b89a3046dfbe28e409c4a02537 on /var/db/system/syslog-4c6211b89a3046dfbe28e409c4a02537 (zfs, local, nfsv4acls)
backup_2x250/.system/rrd-4c6211b89a3046dfbe28e409c4a02537 on /var/db/system/rrd-4c6211b89a3046dfbe28e409c4a02537 (zfs, local, nfsv4acls)
backup_2x250/.system/configs-4c6211b89a3046dfbe28e409c4a02537 on /var/db/system/configs-4c6211b89a3046dfbe28e409c4a02537 (zfs, local, nfsv4acls)
linprocfs on /compat/linux/proc (linprocfs, local)
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,996
Let me see if I can clear it up...

/mnt/backup_2x250 is the destination that your files were copied to and I suspect you think that the drive you mounted is that destination. When you mount a drive the way you did, as previously stated, all the files on that device will be automatically copied to the destination location and once done that device will be automatically unmounted. This feature is only good for copying data from an external device on to your pool. Have you read the User Guide on the use of Import Disk?

What was the goal that you wished to achieve? Was it to add the drive to your striped pool, copy data over, create a new pool? Adding a drive to your pool is a different operation.

BTW, a striped pool isn't the safest way to go for a FreeNAS setup, one drive failure means all data is gone, but you are learning so please read the forums and you will see where people make a lot of mistakes and many things bite them in the rear because they do not listen to sound advice. If you are just playing around and learning, now is the time before you lock in a system, make as many mistakes as you can, try every scenario you can because once you start putting your data on the device, you won't want to risk data loss.
 

kichawa_2

Cadet
Joined
Mar 24, 2016
Messages
3
Ok. I've got it. So all files and directories were copied to the pool. Thank you for your reply.
 
Status
Not open for further replies.
Top