Correction; HFS+.

2025-01-21 Thread peter
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

Re: Subject: Re: HFS+

2025-01-21 Thread Jeffrey Walton
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

Re: HFS+

2025-01-21 Thread Jeffrey Walton
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 > > ... > >

Re: HFS+

2025-01-21 Thread David Wright
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.

Re: HFS+

2025-01-21 Thread peter
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

Subject: Re: HFS+

2025-01-21 Thread peter
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 "

Re: HFS+

2025-01-21 Thread didier gaumet
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

Re: HFS+

2025-01-20 Thread eben
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

Re: HFS+

2025-01-20 Thread Greg Wooledge
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

HFS+

2025-01-20 Thread peter
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

Re: hfs: write access to a journaled filesystem is not supported, use the force option at your own risk, mounting read-only.

2009-02-04 Thread Joel Roth
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

Re: hfs: write access to a journaled filesystem is not supported, use the force option at your own risk, mounting read-only.

2009-01-30 Thread Joel Roth
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

hfs: write access to a journaled filesystem is not supported, use the force option at your own risk, mounting read-only.

2009-01-28 Thread Mathieu Malaterre
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

Re: [SOLVED] Mount HFS+

2007-11-12 Thread Sjoerd Hiemstra
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

[SOLVED] Mount HFS+

2007-11-11 Thread webjay
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

Re: Mount HFS+

2007-11-11 Thread Christian Jaeger
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

Re: Mount HFS+

2007-11-11 Thread Sjoerd Hiemstra
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

Re: Mount HFS+

2007-11-11 Thread webjay
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

Re: Mount HFS+

2007-11-11 Thread Kevin Mark
; > 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

Re: Mount HFS+

2007-11-11 Thread Davide Mancusi
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

Re: Mount HFS+

2007-11-11 Thread webjay
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

Re: Mount HFS+

2007-11-10 Thread Kelly Harding
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

Re: Mount HFS+

2007-11-10 Thread Kevin Mark
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

Mount HFS+

2007-11-10 Thread webjay
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

Bug#433168: ITP: hfsprogs -- mkfs and fsck for HFS and HFS+ file systems (fwd)

2007-07-15 Thread Rogério Brito
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-

Re: Growing an HFS file system

2007-03-04 Thread Michael M.
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

Growing an HFS file system

2007-03-03 Thread Stefan Monnier
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&#

Re: hfs support in 2.4.20

2003-02-11 Thread Ric Otte
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

Re: hfs support in 2.4.20

2003-02-11 Thread Nathan E Norman
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

hfs support in 2.4.20

2003-02-11 Thread Ric Otte
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

RE: firewire / hfs volumes (continued)

2003-01-21 Thread Narins, Josh
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 >

RE: firewire / hfs volumes (continued)

2003-01-21 Thread Narins, Josh
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

Re: firewire / hfs volumes (continued)

2003-01-21 Thread Jason Healy
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

firewire / hfs volumes (continued)

2003-01-21 Thread Matt Price
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

firewire/hfs volumes

2003-01-21 Thread Matt Price
Hi everyone, I run woody on a -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]