Mailinglist Archive: opensuse (1125 mails)
| < Previous | Next > |
Re: [opensuse] mounting a mac os drive in opensuse
- From: Steven Susbauer <steven@xxxxxxxxxxx>
- Date: Sun, 06 May 2012 19:06:57 -0500
- Message-id: <4FA71221.5060604@too1337.com>
On 5/6/12 6:22 PM, George Olson wrote:
You are correct. The first partition is an EFI Boot partition and it is
actually FAT formatted. Parted does support GUID partitions and would
show all of the partitions. This is likely what YaST is using in the
backend anyway.
For future reference, the second line you received when checking dmesg
is unrelated:
DST=192.168.0.151 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=398 DF PROTO=UDP
SPT=1025 DPT=137 LEN=58
This is just output from your firewall dropping some traffic.
On 05/07/2012 03:30 AM, Ken Schneider - openSUSE wrote:
I did that, and it mounted. Thanks! Weird thing was, the mac drive
actually has 2 partitions, and I finally figured out using yast expert
partitioner that it was sda2 that I need to mount for the data. The
partition table is of type GPT, and there is a warning that says fdisk
doesn't support GPT. I guess that is why fdisk would not show the entire
partition table for this drive. It only showed /dev/sda1, and /dev/sda2
wasn't even listed.
the reason #mount -t hfsplus /dev/sda1 /mnt/macdrive didn't work was
because /dev/sda1 is some kind of mac boot partition format and is not
hfs+.
You are correct. The first partition is an EFI Boot partition and it is
actually FAT formatted. Parted does support GUID partitions and would
show all of the partitions. This is likely what YaST is using in the
backend anyway.
For future reference, the second line you received when checking dmesg
is unrelated:
[ 899.247767] SFW2-INext-DROP-DEFLT IN=eth0 OUT=MAC=48:5b:39:f3:76:92:c0:3f:0e:7e:fa:f9:08:00 SRC=192.168.0.1
DST=192.168.0.151 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=398 DF PROTO=UDP
SPT=1025 DPT=137 LEN=58
This is just output from your firewall dropping some traffic.
| < Previous | Next > |