Huh. This is confusing:
# dnf search hfs
hfsplusutils.i686 : Tools for reading Macintosh HFS+ volumes
hfsplus-tools.i686 : Tools to create/check Apple HFS+ filesystems
# dnf install hfsplusutils hfsplus-tools
Error: package hfsplus-tools-540.1.linux3-9.fc21.i686 conflicts with
hfsplusutils provid
On Sat, Dec 6, 2014 at 5:45 AM, Henrik Frisk wrote:
> Hi!
>
> I know that this comes up every now and then but I have this peculiar
> situation that my unjournaled hfs+ volume mounts as read only sometimes and
> read-write sometimes. A reboot does not help immediately, but after a while
> it's rea
On 12/06/2014 04:45 AM, Henrik Frisk wrote:
mount -t hfsplus -o force,rw /dev/sda2 /media
Have you tried replacing rw with umask= and see if that works better?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/
Hi!
I know that this comes up every now and then but I have this peculiar
situation that my unjournaled hfs+ volume mounts as read only sometimes and
read-write sometimes. A reboot does not help immediately, but after a while
it's read-writeable again.
I'm mounting with:
mount -t hfsplus -o forc