From: didier gaumet
Date: Tue, 21 Jan 2025 10:25:10 +0100
> hfsprogs/stable 540.1.linux3-5+b1 amd64
Here /etc/apt/sources.list had non-free-firmware; not non-free. With
non-free added, hfsprogs installed and the main part of the drive
reformatted as HFS+.
Now the friend can try
the reply.
>
> # hpfsck -v /dev/sdc2
> *** Checking Volume Header:
> hpfsck: hpfsck: error writing to medium (Bad file descriptor)
>
> Nothing further. The Mac system where this drive was used is
> similarly baffled and offers no progress.
You should probably move this convers
On Tue, Jan 21, 2025 at 9:42 AM wrote:
>
> From: didier gaumet
> Date: Tue, 21 Jan 2025 10:25:10 +0100
> > I would look at theses packages:
> > ...
> > hfsplus/stable 1.0.4-17 amd64
> > ...
> > hfsprogs/stable 540.1.linux3-5+b1 amd64
> > ...
> > hfsutils/stable 3.2.6-15 amd64
> > ...
> >
On Tue 21 Jan 2025 at 06:26:17 (-0700), pe...@easthope.ca wrote:
> From: didier gaumet
> Date: Tue, 21 Jan 2025 10:25:10 +0100
> > I would look at theses packages:
> > ...
> > hfsplus/stable 1.0.4-17 amd64
> > ...
> > hfsprogs/stable 540.1.linux3-5+b1 amd64
> > ...
> > hfsutils/stable 3.2.
From: didier gaumet
Date: Tue, 21 Jan 2025 10:25:10 +0100
> I would look at theses packages:
> ...
> hfsplus/stable 1.0.4-17 amd64
> ...
> hfsprogs/stable 540.1.linux3-5+b1 amd64
> ...
> hfsutils/stable 3.2.6-15 amd64
> ...
> hfsutils-tcltk/stable 3.2.6-15 amd64
# apt-get install hfsprogs
k: hpfsck: error writing to medium (Bad file descriptor)
Nothing further. The Mac system where this drive was used is
similarly baffled and offers no progress.
Lacking of knowledge of HFS, I wonder whether the file system
directory is broken.
If the drive is left in this state, the owner will "
Hello,
(I have never used HFS/HFS+)
I would look at theses packages:
didier@hp-notebook14:~$ LANG=en-US.UTF-8; apt search hfs
[...]
hfsplus/stable 1.0.4-17 amd64
Tools to access HFS+ formatted volumes
hfsprogs/stable 540.1.linux3-5+b1 amd64
mkfs and fsck for HFS and HFS+ file systems
On 1/20/25 22:58, Greg Wooledge wrote:
> On Mon, Jan 20, 2025 at 18:18:19 -0700, pe...@easthope.ca wrote:
>> ii hfsplus 1.0.4-17amd64Tools to
>> access HFS+ formatted volumes
>> ii hfsutils 3.2.6-15a
On Mon, Jan 20, 2025 at 18:18:19 -0700, pe...@easthope.ca wrote:
> ii hfsplus 1.0.4-17amd64Tools to access
> HFS+ formatted volumes
> ii hfsutils 3.2.6-15amd64Tools for
> reading and writing Macintosh volume
Hi,
# cat /etc/deb*n
12.9
# uname -a
Linux imager 6.1.0-30-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.124-1
(2025-01-12) x86_64 GNU/Linux
# dpkg -l | grep hfs
ii hfsplus 1.0.4-17amd64Tools to access
HFS+ formatted volumes
ii hfsutils
On Fri, Jan 30, 2009 at 08:41:02PM -1000, Joel Roth wrote:
> On Wed, Jan 28, 2009 at 11:21:36PM +0100, Mathieu Malaterre wrote:
> > Goal: Trying to use rythmbox with my "Apple" iPod (hfsplus)
> >
> > I am reading this:
> > http://blog.raamdev.com/2008/11
On Wed, Jan 28, 2009 at 11:21:36PM +0100, Mathieu Malaterre wrote:
> Goal: Trying to use rythmbox with my "Apple" iPod (hfsplus)
>
> I am reading this:
> http://blog.raamdev.com/2008/11/23/mounting-hfs-with-write-access-in-debian
>
> Does this make any sense, can I j
Goal: Trying to use rythmbox with my "Apple" iPod (hfsplus)
I am reading this:
http://blog.raamdev.com/2008/11/23/mounting-hfs-with-write-access-in-debian
Does this make any sense, can I just simply: apt-get install hfsprogs
and I'll be able to read/write on my iPod ? right now
Webjay wrote:
> Christian Jaeger wrote:
> > Sjoerd Hiemstra wrote:
> > > Note that Apple partitioning is different from PC partitioning.
> > > When mounting a hfs+ partition, it looks like you have 4 or 10
> > > partitions, only one of them (possibly sda2 or s
The solution was:
# mount -t hfsplus /dev/sda2 /mnt/usbdisk
In /etc/fstab I have:
/dev/sda2 /mnt/usbdiskhfsplus rw,user,noauto 0 0
And to fix some ownership issues I did this:
# chgrp -R users /mnt/usbdisk
Thanks for your help everyone :)
Jacob
--
To UNSUBSCRIBE, email to [E
Sjoerd Hiemstra wrote:
webjay wrote:
On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote:
webjay ha scritto:>
# mount -t hfsplus -r /dev/sda /mnt/usbdisk
^^^
Shouldn't this be sda1? Just a thought, I do not use HFS+.
No, I t
webjay wrote:
> On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote:
> > webjay ha scritto:>
> > # mount -t hfsplus -r /dev/sda /mnt/usbdisk
> >
> >^^^
> > Shouldn't this be sda1? Just a thought, I do not use H
On Nov 11, 12:00 pm, Davide Mancusi <[EMAIL PROTECTED]> wrote:
> webjay ha scritto:> # mount -t hfsplus -r /dev/sda /mnt/usbdisk
>
> ^^^
>Shouldn't this be sda1? Just a thought, I do not use
> HFS+.
No, I tried that
; > It's a LaCie 500gb USB drive. I can mount and rw on my Mac.
>
>
> Make sure hfsplus module is loaded with modprobe hfsplus.
>
> It should work, as I mounted my HFS+ drive on Debian.
>
> One gotcha, make sure you disable journalling on the HFS+ partition in OS X
webjay ha scritto:
# mount -t hfsplus -r /dev/sda /mnt/usbdisk
^^^
Shouldn't this be sda1? Just a thought, I do not use
HFS+.
Davide
--
A tautology is a thing which is tautological.
--
Time flies like an arrow. Fruit flies like a b
ebian Etch?
> > > It's a LaCie 500gb USB drive. I can mount and rw on my Mac.
>
> Make sure hfsplus module is loaded with modprobe hfsplus.
>
> It should work, as I mounted my HFS+ drive on Debian.
>
> One gotcha, make sure you disable journalling on the HFS+ partition i
hfsplus module is loaded with modprobe hfsplus.
It should work, as I mounted my HFS+ drive on Debian.
One gotcha, make sure you disable journalling on the HFS+ partition in OS X
if you wish to mount it rw on Linux.
Kelly
d superblock on /dev/sda,
>missing codepage or other error
>In some cases useful info is found in syslog - try
>dmesg | tail or so
>
> # dmesg | tail
> hfs: unable to find HFS+ superblock
>
> #fdisk -l:
> Disk /dev/sda: 500.1 GB, 500107862016 bytes
cases useful info is found in syslog - try
dmesg | tail or so
# dmesg | tail
hfs: unable to find HFS+ superblock
#fdisk -l:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot
have this package uploaded soon. It is long overdue
(since the death of Jens, which used to maintain a lot of packages for
PowerPC in Linux).
Having filesystem diagnostic and repair tools is a handy way to use HFS+
filesystems with the Linux kernel (which, BTW, already provides HFS+
support out-
On Sat, 2007-03-03 at 16:41 -0500, Stefan Monnier wrote:
> I have an HFS+ filesystem (on a powerpc-mac style partition) that I need to
> grow. parted/gparted seem only able to shrink it. Is there some other tool
> that's able to grow an HFS+ filesystem. I looked at tools under ma
I have an HFS+ filesystem (on a powerpc-mac style partition) that I need to
grow. parted/gparted seem only able to shrink it. Is there some other tool
that's able to grow an HFS+ filesystem. I looked at tools under macosx as
well, but macosx is only able to resize an HFS+ partition if it
Thanks, that did it!
Ric
On Tue, Feb 11, 2003 at 03:50:33PM -0600, Nathan E Norman wrote:
> On Tue, Feb 11, 2003 at 01:10:14PM -0800, Ric Otte wrote:
> > I downloaded 2.4.20 from www.kernel.org and am trying to compile it with
> > hfs file support (so I can read disks given to
On Tue, Feb 11, 2003 at 01:10:14PM -0800, Ric Otte wrote:
> I downloaded 2.4.20 from www.kernel.org and am trying to compile it with
> hfs file support (so I can read disks given to me written on a mac).
> When I type 'make menuconfig' I do not get the option of compiling hfs
I downloaded 2.4.20 from www.kernel.org and am trying to compile it with
hfs file support (so I can read disks given to me written on a mac).
When I type 'make menuconfig' I do not get the option of compiling hfs
file support. It has lots of other types of file system support, such
a
Jason Healy wrote:
> You might also try a filesystem type usable by both machines; FAT32
> is read/writeable by both linux and mac. The only drawbacks are
> lack of permissions metadata, possible filename truncation to 8.3,
> and a file size limit of 4GB (e.g., you can't backup DVD images or
>
Keep me posted, I have a similar issue, in that I'd like to buy an external
drive, but need to know something very compatible.
iirc, and I wouldn't make any hardware purchases based on my memory, Linux
had trouble with HFS+, but not HFS.
And there is an hfsplus package, which may say
OSX on it, and I've
been trying to share a firewire drive between it and my linux box. I
too was looking for a stable solution, to the point where I "Asked
Slashdot" (I know, I know...)
http://ask.slashdot.org/article.pl?sid=02/09/19/0522238
> -does woody (running on x86) wor
sorry about the last message
I run debian woody at work, and macos 9 at home. I'd like to start
backing up both systems on an external ieee1394 drive (not yet
purchased). I have two questions:
-does woody (running on x86) work stably with hfs volumes? I seem to
remember there were
Hi everyone,
I run woody on a
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
35 matches
Mail list logo