Before running up against the wall, I may ask if someone has got a clue how to mount a second internal hdd. gpart shows me the following
all the other commands do well, such like
but as soon as I even try to add a line as root to
I am thrown back at the emergency boot via console.
Here is the line I added to fstab
but this very entry causes me quite a headache. Even trying to change the MBR to be GPT did not work.
So someone knows how to solve this riddle? Thanks in advance.
Code:
=> 34 976773101 ada0 GPT (466G)
34 2048 1 bios-boot (1.0M)
2082 6 - free - (3.0K)
2088 972558336 2 freebsd-zfs (464G)
972560424 4194304 3 freebsd-swap (2.0G)
976754728 18407 - free - (9.0M)
=> 63 1953525105 ada1 MBR (932G)
63 2016 - free - (1.0M)
2079 1953521577 1 freebsd (932G)
1953523656 1512 - free - (756K)
=> 0 1953521577 ada1s1 BSD (932G)
0 1953521577 - free - (932G)
all the other commands do well, such like
Code:
gpart list
Code:
gpart status
Code:
diskinfo -ctv ada1
Code:
/etc/fstab
Here is the line I added to fstab
Code:
/dev/ada1 /newdisk zfs rw 2 2
So someone knows how to solve this riddle? Thanks in advance.