I need a hint how to mount a second hard drive into a newly installed BSD Desktop System. This second drive has been mounted under Debian wheezy but after changing to jessie I am facing the music. It is not a raid, justs a simple second hdd.
Since I installed the new system and no further applications I can see the disk, gsmartcontrol is telling me that it is safe and sound. The totally used disk space is about 469 GB on that disk I need to acces. I know that once a disk has been used in another system there are different rights and it is seen as another device, another user and another root. So normally I would change the fstab. So I did, but this resulted in nothing but a unbootable system. Note: even as root, the changes were not accepted, rights were set to 775.
The line I added to the /etc/fstab was
So I reinstalled the whole system. Looking for the following files. /boot looking at
By the way, I set in the first two under
May I should apply as well to
I really don't know.
So I searched on, reading about to add a slice to the 2nd disk, beside the mbr. Under linux it has been a linux_lvm and under
To cut a long story short, is it a good idea to add a slice to the second hdd, beside the mbr that is already there, just to gain access to it? Or how to copy the content and after that format it? And how to gain access to it? That is the crucial point.
So if anyone has a clue that helps to access the disk I gladfully appreciate it. Thanks in advance.
Since I installed the new system and no further applications I can see the disk, gsmartcontrol is telling me that it is safe and sound. The totally used disk space is about 469 GB on that disk I need to acces. I know that once a disk has been used in another system there are different rights and it is seen as another device, another user and another root. So normally I would change the fstab. So I did, but this resulted in nothing but a unbootable system. Note: even as root, the changes were not accepted, rights were set to 775.
The line I added to the /etc/fstab was
Code:
/dev/ada1s1 /newdisk ufs rw 2 2
So I reinstalled the whole system. Looking for the following files. /boot looking at
Code:
loader.conf
loader.conf.pcbsd
loader.rc
Code:
# Load File-System Support
ext2fs_load="YES"
ext4fs_load="YES"
May I should apply as well to
Code:
# Load Linux compat
linux_lvm="YES"
So I searched on, reading about to add a slice to the 2nd disk, beside the mbr. Under linux it has been a linux_lvm and under
gpart list
is said
Code:
Mode : r0w0e0 ... type : linux_lvm
gpart list
tells me the disk is safe and sound. And a MTBF for some 4200 hours. I am using this disk for less than a year as a mass storage. If it helps I put here the output of gpart list
.To cut a long story short, is it a good idea to add a slice to the second hdd, beside the mbr that is already there, just to gain access to it? Or how to copy the content and after that format it? And how to gain access to it? That is the crucial point.
So if anyone has a clue that helps to access the disk I gladfully appreciate it. Thanks in advance.