If it's too much text, it's save to skip down to the bold text.
Fedora and HDA are installed on a 120GB SSD drive, which I want to use as a System drive only. In case I need to reinstall Fedora and HDA easily, just formatting this one SSD and installing fresh os.
It's working great.
But then I tried to install a 1TB NTFS drive. At first it did not even boot into OS, with tocblock error. I figured it could've been because of that disk being Dynamic. I sighed, ok, no biggie. Using windows PC I moved all the data (thankfully there is not much on this one) out from the disk and formatted it into NTFS (because I still want it to be easily compatible with windows). With just one partition. I put a few files on it, just for testing purposes.
Now, HDD is back in Fedora\Amahi machine. And still it won't boot. The error is gone, but there is no another one. Can't copy paste it, so ill write some thnigs:
Code: Select all
ata14.00: exception Emask 0x1 SAct 0x0 Serr 0x0 action 0x0
irq_stat 0x40000001
Inquity 12 XXXXXXXXXX (device error)
someting about HSM violation
Startic Dracut Emergency Shell...
Warning: /dev/sda3 does not exist
Then I unmounted it and ran this command:
hda-diskmount
As it suggested I put the line into fstab file. Reboot... Same error as above.
How do I approach this problem? How do I install more drives into Fedora\Amahi machine? What about hardware bios RAID setups?
In the end I want to have a setup similar to this:
120GB EXTn System Drive
1TB NTFS preferred Data drive for music and books and small stuff
4TB NTFS preferred Data drive for movies and series. I do have a drive already with a lot of data, whic hI don't want to lose or move
4TB+4TB NTFS preferred, Motherboard controlled (not software) RAID 1 for SVN, photo archive and other sensitive data.
NTFS is highly preferred on those drives, because I want to be able in case of emergency or other needs to just pull the HDD out of Amahi, and plug it into a rack in my main windows pc. From what I gathered it's easier to work with NTFS in Linux, that EXT in Windows.
Thanks. Sorry for a lot of text again. I'm just once again really frustrated, that I can't find the information about this. Everything is usually about totally different setups and mounting problems, nothing specific to similar cases.