Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] mac-fdisk - anyone using it on AMD64?
Date: Thu, 20 Oct 2005 01:53:15
Message-Id: 5bdc1c8b0510191852g2099114dr63cabb148e3b0e1@mail.gmail.com
In Reply to: Re: [gentoo-amd64] mac-fdisk - anyone using it on AMD64? by billy@gonoph.net
1 On 10/19/05, billy@××××××.net <billy@××××××.net> wrote:
2 > On Wed, 19 Oct 2005, Mark Knecht wrote:
3 >
4 > > Second - yes, I know it's not marked ~amd64 but I figured I could
5 >
6 > I wasn't saying you were doing anything wrong! That was just part of my
7 > Standard Disclaimer :)
8
9 Oh yeah, I understood that. Cool.
10
11 >
12 > > Unfortunately the patch doesn't look like it applies cleanly in my case:
13 >
14 > hrm.. mine was applied to mac-fdisk-0.1-r3
15 >
16 > I should have applied it to -r4. next message will have proper patch
17
18 Thanks. BTW - I just managed to get the 1394 drive I partitioned on
19 the Mac Mini to mount under Linux. Very strange.
20
21 8 16 80418240 sdb
22 8 17 31 sdb1
23 8 18 28 sdb2
24 8 19 28 sdb3
25 8 20 28 sdb4
26 8 21 28 sdb5
27 8 22 256 sdb6
28 8 23 256 sdb7
29 8 24 256 sdb8
30 8 25 131072 sdb9
31 8 26 80286248 sdb10
32 8 27 8 sdb11
33
34 Now this drive was just a single partiton setup I did earlier today. I
35 just learned about /proc/partitions. That helped alot. So far though
36 the system thinks it's hfs, not hfs+, but at least it's a start.
37
38 lightning ~ # mount -t hfs -o rw /dev/sdb10 1394-1
39 lightning ~ # df -T
40 Filesystem Type 1K-blocks Used Available Use% Mounted on
41 /dev/sda3 ext3 9614148 7277140 1848632 80% /
42 udev tmpfs 255188 340 254848 1% /dev
43 shm tmpfs 255188 0 255188 0% /dev/shm
44 myth14:/video nfs 225373664 154469376 59455968 73% /video
45 /dev/sdc1 ext3 57685532 47539424 7215856 87% /home/mark/music
46 /dev/sdb10 hfs 80285412 80285412 0 100% /root/1394-1
47 lightning ~ #
48
49 lightning ~ # ls -al 1394-1
50 total 1236
51 drwxr-xr-x 1 root root 7 Oct 19 13:51 .
52 drwx------ 22 root root 4096 Oct 19 18:50 ..
53 -rw-r--r-- 1 root root 1257472 Oct 19 13:51 Desktop DB
54 -rw-r--r-- 1 root root 0 Oct 19 13:51 Desktop DF
55 -rw-r--r-- 1 root root 0 Oct 19 13:51 Finder
56 -rw-r--r-- 1 root root 1781 Oct 19 13:51 ReadMe
57 -rw-r--r-- 1 root root 0 Oct 19 13:51 System
58 lightning ~ #
59
60 Thanks,
61 Mark
62
63 --
64 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] mac-fdisk - anyone using it on AMD64? billy@××××××.net