vincentjames501 Posted June 1, 2011 Share Posted June 1, 2011 A long time ago I created a HFS+ partition with linux. It appears that I didn't do something correctly. It's a little to late to reformat it as I have nearly a 700GB on it of data. Below is the information as it appears in disk utility. Name : disk1s2 Type : Volume Disk Identifier : disk1s2 Mount Point : Not mounted File System : Mac OS Extended (Journaled) Connection Bus : SATA Device Tree : IODeviceTree:/PCI0@0/SATA@1F,2/PMP@0 Writable : Yes Capacity : 860.62 GB (860,618,448,896 Bytes) Owners Enabled : No Can Turn Owners Off : Yes Can Be Formatted : Yes Bootable : Yes Supports Journaling : Yes Journaled : No Disk Number : 1 Partition Number : 2 Output of mount I typed: mount /dev/disk1s2 output: mount: /dev/disk1s2: unknown special file or file system. Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/ Share on other sites More sharing options...
ifrit05 Posted June 2, 2011 Share Posted June 2, 2011 try "mount_hfs /dev/disk1s2" Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/#findComment-1691723 Share on other sites More sharing options...
3.14r2 Posted June 2, 2011 Share Posted June 2, 2011 I might be mistaken, but IMHO it should look like this: mount_hfs /dev/diskXsY /Volumes As mount point should also be specified (not only files system and device). Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/#findComment-1691778 Share on other sites More sharing options...
ifrit05 Posted June 2, 2011 Share Posted June 2, 2011 I might be mistaken, but IMHO it should look like this:mount_hfs /dev/diskXsY /Volumes As mount point should also be specified (not only files system and device). Oops, yeah. I would do it like this: su (enter roots password) mkdir /Volumes/NameOfTheDiskYouWantToMount mount_hfs /dev/disk1s2 /Volumes/VolumeNameYouChoseInLastCommand Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/#findComment-1691782 Share on other sites More sharing options...
vincentjames501 Posted June 2, 2011 Author Share Posted June 2, 2011 Oops, yeah. I would do it like this: su (enter roots password) mkdir /Volumes/NameOfTheDiskYouWantToMount mount_hfs /dev/disk1s2 /Volumes/VolumeNameYouChoseInLastCommand I get then when trying it. mount_hfs /dev/disk1s2 /Volumes/Media GetMasterBlock: Error 13 opening /dev/rdisk1s2 GetMasterBlock: Error 13 opening /dev/rdisk1s2 mount_hfs: Operation not permitted Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/#findComment-1692144 Share on other sites More sharing options...
ifrit05 Posted June 2, 2011 Share Posted June 2, 2011 Did you run it as root? (su) Link to comment https://www.insanelymac.com/forum/topic/258312-mounting-a-journaled-partition/#findComment-1692149 Share on other sites More sharing options...
Recommended Posts