Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] XBian + HFS = read only
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: XBian + HFS = read only
22nd Jun, 2015, 06:07 PM
Post: #1
Nicolasrata Offline
Registered
Posts: 1
Joined: Jun 2015
Reputation: 0
XBian + HFS = read only
Hi all,
I bought a Pi 2 to do a mediacenter with Kodi and Transmission.
I tried OpenElec, OSMC, XBian, Raspbian and Xbian again.
I have no problem with Kodi.
My problem is with Transmission. I can seed those which are on my hard drive but I can't start new torrent cause I have an error, FS is read only.
I saw there is some problem with HFS file system, but my two 2Tb hard drive are in HFS+ and i can't and don't want to format them.

I tried to mount my drive with rw access but I have an error saying the fs seems to be read only.

So my question is what should I do to have my Pi running Kodi and Transmission with HFS+ hard drive plugged in.

Thanks
Find all posts by this user
Quote this message in a reply
20th Apr, 2016, 06:10 AM
Post: #2
Peiote Offline
Registered
Posts: 58
Joined: Mar 2016
Reputation: 0
RE: XBian + HFS = read only
By now, you must have tried LibreELEC, dietpi, rasplex, banana pi, and other. Just in case you come back to xBian, test using ext4 file system or other torrent client like deluge.
Find all posts by this user
Quote this message in a reply
20th Apr, 2016, 06:44 AM
Post: #3
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: XBian + HFS = read only
This has nothing to do with torrent client. If FS is read-only, it is read-only and nobody can write to it.

Do not have experience with HFS+, never used this FS
Find all posts by this user
Quote this message in a reply
20th Apr, 2016, 11:12 PM
Post: #4
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: XBian + HFS = read only
I also have no experience with HFS+ but...

I assume you have installed HFS support?

If not
Terminal
sudo apt-get install hfsplus hfsutils hfsprogs

I would check the disks with
Terminal
sudo fsck.hfsplus /dev/<drive ID>

I also believe that you need to turn off journalling for R/W.
Terminal
sudo diskutil disableJournal <volume name>

Then you should be able to mount it:

Terminal
sudo mount /dev/<drive ID> /<mount point> -t hpsplus defaults,rw 0 0

I don't have HFS+ so cannot test any of these commands!!

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
9th May, 2016, 04:02 AM
Post: #5
Peiote Offline
Registered
Posts: 58
Joined: Mar 2016
Reputation: 0
RE: XBian + HFS = read only
.....
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 05:55 PM Powered By MyBB, © 2002-2025 MyBB Group.