Sponsored Content
Full Discussion: HFS+ and Urine
Operating Systems OS X (Apple) HFS+ and Urine Post 302610475 by kthignight24 on Wednesday 21st of March 2012 10:04:53 AM
Old 03-21-2012
HFS+ and Urine

So, my 2 year old managed to pee all over my MacBook. It's dead and I'm attempting to retrieve the files from the hard drive. I installed it as a secondary drive in my Ubuntu box and I can see files, but permissions are preventing me from retrieving my pictures. I tried to change ownership of the files, but the drive is mounted as read-only. From what I read, Ubuntu can't handle the HFS+ journaling. I can't disable journaling from OSX because well... my peeBook is fried. I tried installing "hfsplus", "hfsutils" and "hfsprogs", then ran

Code:
sudo mount -o force /dev/sda2 '/media/mac'

and the mount succeeds, but when I run

Code:
sudo chown -R phil '/media/mac'

I get:

Code:
chown: changing ownership of `/media/mac/Applications/App Store.app/Contents': Read-only file system

for all the files. Any ideas?
 

2 More Discussions You Might Find Interesting

1. Red Hat

What is an HFS server?

what is HFS server and how to configure it in REDHAT 5.4 ? (1 Reply)
Discussion started by: reply.ravi
1 Replies

2. SCO

Sco Unix HFS file system error

HI, I have sco unix server currently i am trying to boot its not booting and giving error as HTFS error message contains - Warning : can not identify block 496 for i number 438 on HTFS dev hd (1/42). Warning : exit - /etc/init (PID 1) died, status 0x0000008B server is not getting boot... (0 Replies)
Discussion started by: islamsk
0 Replies
volcheck(1)							   User Commands						       volcheck(1)

NAME
volcheck - checks for media in a drive and by default checks all floppy media SYNOPSIS
volcheck [-v] [-i secs] [-t secs] pathname DESCRIPTION
The volcheck utility tells Volume Management to look at each dev/pathname in sequence and determine if new media has been inserted in the drive. The default action is to volcheck all checkable media managed by volume management. OPTIONS
The following options are supported: -i secs Set the frequency of device checking to secs seconds. The default is 2 seconds. The minimum frequency is 1 second. -t secs Check the named device(s) for the next secs seconds. The maximum number of seconds allowed is 28800, which is 8 hours. The fre- quency of checking is specified by -i. There is no default total time. -v Verbose. OPERANDS
The following operands are supported: pathname The path name of a media device. EXAMPLES
Example 1: A sample of the volcheck command. The following example example% volcheck -v /dev/diskette /dev/diskette has media asks Volume Management to examine the floppy drive for new media. The following example example% volcheck -i 2 -t 600 /dev/diskette1 & asks Volume Management if there is a floppy in the floppy drive every 2 seconds for 600 seconds (10 minutes). FILES
/dev/volctl Volume Management control port ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWvolu | +-----------------------------+-----------------------------+ SEE ALSO
eject(1), volcancel(1), volmissing(1) rmmount(1M), vold(1M), rmmount.conf(4), vold.conf(4), attributes(5), volfs(7FS) WARNINGS
Due to a hardware limitation in many floppy drives, the act of checking for media causes mechanical action in the floppy drive. Continu- ous polling of the floppy drive will cause the drive to wear out. It is recommended that polling the drive only be performed during periods of high use. SunOS 5.10 21 Feb 1997 volcheck(1)
All times are GMT -4. The time now is 06:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy