Problem: XBian + HFS = read only
|
20th Apr, 2016, 11:12 PM
Post: #4
|
|||
|
|||
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.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
XBian + HFS = read only - Nicolasrata - 22nd Jun, 2015, 06:07 PM
RE: XBian + HFS = read only - Peiote - 20th Apr, 2016, 06:10 AM
RE: XBian + HFS = read only - Nachteule - 20th Apr, 2016, 06:44 AM
RE: XBian + HFS = read only - Peiote - 9th May, 2016, 04:02 AM
RE: XBian + HFS = read only - IriDium - 20th Apr, 2016 11:12 PM
|