I just installed FreeBSD using ZFS on an external hard drive which is 300 GB in size! I manually partitioned the hard drive because I didn't want to use the entire drive. I used around 128 GB and wanted the rest of the drive for storage with NTFS or exfat.
I'm a bit confused because I can't see the other partitions as da1p1. If I run
if I run this
if I run this
The free space is there but there is no device da1. When I was creating these partitions using gpart I would notified of a successful creation I would see the name of the partition likde da1p1 and now those devices don't exist in /dev, I see /dev/da1 only. How would I add another partition formated with NTFS or exfat so I can see it within windows?
I'm a bit confused because I can't see the other partitions as da1p1. If I run
$ geom disk list
:
Code:
Geom name: da1
Providers:
1. Name: da1
Mediasize: 320072933376 (298G)
Sectorsize: 512
Stripesize: 4096
Stripeoffset: 0
Mode: r1w1e3
descr: WDC WD32 00BEVT-60A23T0
lunname: WDC WD3200BEVT-60A23T0 0000AB1236A0
lunid: 3000001212361000
ident: 0000AB1236A0
rotationrate: unknown
fwsectors: 63
fwheads: 255
$ gpart show -p da1
I get this:
Code:
gpart: No such geom: da1
$ gpart show
I get this:
Code:
=> 40 625142368 diskid/DISK-0000AB1236A0 GPT (298G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 25165824 3 freebsd-swap (12G)
25700352 241172480 4 freebsd-zfs (115G)
266872832 358269576 - free - (171G)
The free space is there but there is no device da1. When I was creating these partitions using gpart I would notified of a successful creation I would see the name of the partition likde da1p1 and now those devices don't exist in /dev, I see /dev/da1 only. How would I add another partition formated with NTFS or exfat so I can see it within windows?