Questions tagged [hfs+]

19 questions
6
votes
3 answers

how to convert a case-insensitive FS to case-sensitive on MacOS X 10.6.1

I have a Snow Leopard with a case-insensitive file system. I wonder is there a way to convert the FS to case-sensitive without having to format and then reinstall the whole OS. In Linux there are utils like parted that enable to change the…
user11722
  • 1,243
  • 3
  • 10
  • 6
5
votes
4 answers

How to resize a HFS+ Partition?

I am about to upgrade the hard disk of my MacBook. (From 60GB to 320GB, which I know is below the limit of 500GB). I was both able to install an OS X on the new drive and also to transfer the old hard disks partition to the new one with a sysresccd…
lImbus
  • 497
  • 4
  • 13
4
votes
5 answers

Mount hybrid ISO (ISO 9660/HFS+) under Linux

I am trying to mount a HFS+ partition in hybrid .dmg file to a local folder. I found a HFS+ superblock in it (as per instructions in here) and tried to associate it with /dev/loop0 and then mount: losetup -o MY_HFS_SUPERBLOC_OFFSET /dev/loop0…
Art
  • 297
  • 4
  • 12
3
votes
2 answers

How to check that all paths/files on a volume conform to EXT3, FAT32, and HFS+

I have a volume with files on it that will need to be copied between Mac, Linux, and Windows machines. I want to ensure that there are no surprises with: file size filename length filename character set number of nested directories Am I correct to…
username
  • 4,725
  • 18
  • 54
  • 78
2
votes
2 answers

PHP auto-loading and OS X case insensitivity

So I develop PHP on a Mac, and OS X (HFS+) is case insensitive when it comes to file and folder names. This can cause issues with auto-loading PHP classes, because it uses the class name to search for files. It becomes an an obnoxious problem when…
Bryan M.
  • 161
  • 8
2
votes
2 answers

How to convert an HFS+ drive to EXT4 while retaining data?

Is there any direct way to convert an HFS+ drive to EXT4 and if so how? Was thinking maybe gParted? If not, I'll just copy contents off, reformat, copy back on. Just trying to avoid moving 2TB of data.
jb510
  • 202
  • 1
  • 4
  • 9
2
votes
1 answer

Using rsync to copy from HFS+ to HFS+ on Linux

I have a small linux server. I have data on several HFS+ drives that I'd like to consolidate to another HFS+ drive. The drives will be connected to the server via a USB HDD dock. I'm running Ubuntu 12.10 on the server. If I copy files from HFS+ to…
Andrew
  • 121
  • 3
2
votes
2 answers

How to remove 'final blank space' for folder name and file name?

i've 600gb of data's from Mac Users, saved in a disk formatted in HFS+. A lot of folder and file name contain 'final spaces'. I don't know how users inserted them , but the result is that via Samba, a folder named "Customer ABC " (with the final…
stighy
  • 911
  • 8
  • 21
  • 31
2
votes
1 answer

Recursively apply ACL permissions on Mac OS X (Server)?

For years I've used the strong-armed-duo of these two suckers... sudo chmod +a "localadmin allow read,write,append,execute,\ delete,readattr,writeattr,readextattr,writeextattr,\ readsecurity,writesecurity,chown" sudo chmod +a "localadmin allow…
mralexgray
  • 1,213
  • 3
  • 12
  • 29
2
votes
1 answer

How can I determine the specific file referenced by fs_usage, which is listed by block

I was investigating a problem on a Mac OS X 10.6.8 Server, where users were complaining of access slowdowns. Network throughput slowed to a crawl. It felt like the server was overburdened. System metrics showed the data rate at the NIC to be under…
flumignan
  • 347
  • 2
  • 9
2
votes
4 answers

Disable Journaling of Hfsplus Partition in Systems other than OSX?

Is it possible to disable hfsplus journaling for hfsplus partitions in systems other than using OSX's diskutil? My goal is to mount that partition writeable under ubuntu..
user9418
1
vote
1 answer

Backup HFS+ filesystem to linux server

I am the sysadmin for a small company with 3 Xserves running OSX 10.6.8 containing mission critical data that need to be backed up in an automated fashion. To accomplish this, we are going to deploy an Ubuntu 10.04 LTS server with ~10 drives and an…
1
vote
1 answer

What is the progression of performance degradation on large RAID volumes as percentage used increases?

I understand that performance degrades with single disk volumes and small RAID volumes as the volumes fill up. Some admins say that they perceive slowdowns at 80% and use that as a general rule of thumb to increase available storage. Others say 90%.…
flumignan
  • 347
  • 2
  • 9
1
vote
2 answers

Compress HFS+ volume on Linux machine

I'm using mkfs.hfsplus to create a HFS+ volume on Linux, but I want to compress it using Apple's UDIF format. It looks like I should be able to use bzip2 to do this, but I can't really tell how. Any ideas on how I can create a read-only, UDIF…
psychotik
  • 123
  • 3
1
vote
3 answers

Recovering information from a dead / dying HDD (HFS+)

I have a 2.5" SATA hard drive on an employee's MacBook which is in a lot of pain. I can hear it trying to read when I boot and it fails without an error. If I take this drive out and attach it to another box using a caddy what tools are there for…
gav
  • 473
  • 2
  • 7
  • 17
1
2