Ticket #92: partition_failed_because_not_umounted.txt

File partition_failed_because_not_umounted.txt, 11.7 KB (added by drewbenn@…, 4 years ago)

text output of my install attempt

Line 
1$ ssh root@192.168.1.105
2The authenticity of host '192.168.1.105 (192.168.1.105)' can't be established.
3RSA key fingerprint is 2e:e7:1f:83:8a:50:b9:e0:29:f4:1a:31:8b:ea:44:ed.
4Are you sure you want to continue connecting (yes/no)? yes
5Warning: Permanently added '192.168.1.105' (RSA) to the list of known hosts.
6root@192.168.1.105's password:
7root@om-gta02:~# wget http://pkg-fso.alioth.debian.org/freerunner/install.sh
8
9Connecting to pkg-fso.alioth.debian.org (217.196.43.134:80)
10install.sh           100% |*******************************| 17832  00:00:00 ETA
11root@om-gta02:~#
12root@om-gta02:~# chmod +x install.sh
13root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
14PART1_FS=vfat ./install.sh all
15Running stage all
16I: Running all stages with these settings:
17I: hostname set to mizzit
18I: microSD card device at /dev/mmcblk0
19I: vfat as filesystem for the first microSD card partition
20I: installing into /mnt/debian
21I: using Debian mirror at http://ftp.us.debian.org/debian
22I: APT recommends set to false
23
24Running stage testing
25Testing system setup
26 * microSD card device: /dev/mmcblk0 present
27 * wget installed
28 * ping installed
29 * fdisk installed
30 * mount installed
31 * umount installed
32 * mkfs.ext2 installed
33 * gunzip installed
34 * dd installed
35 * sed installed
36 * rdate installed
37W: Could not find mkfs.vfat binary
38Downloading dosfstools package
39Connecting to ftp2.de.debian.org (195.71.9.196:80)
40dosfstools.deb       100% |*******************************| 81072  00:00:00 ETA
41 * mkfs.vfat installed
42 * network running
43I: System setup looks good
44I: Done with stage testing
45Running stage time
46Fetching time from ntp.fu-berlin.de with rdate
47I: Time is now Sat Aug 16 02:30:29 UTC 2008
48I: Done with stage time
49Running stage partition
50Starting to partition the microSD card
51
52***********
53* WARNING *
54***********
55
56This will destroy all the data on the microSD card!!!
57
58Press any key within 5 seconds to quit
59
601+0 records in
611+0 records out
62Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
63Building a new DOS disklabel. Changes will remain in memory only,
64until you decide to write them. After that the previous content
65won't be recoverable.
66
67
68The number of cylinders for this disk is set to 61440.
69There is nothing wrong with that, but this is larger than 1024,
70and could in certain setups cause problems with:
711) software that runs at boot time (e.g., old versions of LILO)
722) booting and partitioning software from other OSs
73   (e.g., DOS FDISK, OS/2 FDISK)
74
75Command (m for help): Command action
76   e   extended
77   p   primary partition (1-4)
78Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1
79Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440):
80Command (m for help): Selected partition 1
81Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32)
82
83Command (m for help): Command action
84   e   extended
85   p   primary partition (1-4)
86Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246
87Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440
88
89Command (m for help): The partition table has been altered!
90
91Calling ioctl() to re-read partition table
92root@om-gta02:~# ls
93Screenshot-1.png  install.sh        pup
94root@om-gta02:~# ls al /mnt
95ls: al: No such file or directory
96/mnt:
97card  cf    net   ram
98root@om-gta02:~# ls al /mnt/card
99ls: al: No such file or directory
100/mnt/card:
101root@om-gta02:~# mount
102rootfs on / type rootfs (rw)
103/dev/root on / type jffs2 (rw,noatime)
104proc on /proc type proc (rw)
105tmpfs on /mnt/.exquisite type tmpfs (rw)
106tmpfs on /mnt/.psplash type tmpfs (rw)
107sysfs on /sys type sysfs (rw)
108/dev/root on /dev/.static/dev type jffs2 (rw)
109udev on /dev type tmpfs (rw)
110/dev/mmcblk0 on /media/mmcblk0 type ext3 (rw,sync,data=ordered)
111tmpfs on /var/volatile type tmpfs (rw)
112tmpfs on /dev/shm type tmpfs (rw)
113devpts on /dev/pts type devpts (rw)
114root@om-gta02:~# ls -al /media
115drwxr-xr-x   12 root     root            0 Aug 12 12:20 .
116drwxr-xr-x   17 root     root            0 Jul  6 04:04 ..
117---------x    1 root     root            0 May  9 05:32 .hal-mtab-lock
118drwxr-xr-x    2 root     root            0 Jan  1  1970 card
119drwxr-xr-x    2 root     root            0 Aug  1 23:05 cf
120drwxr-xr-x    2 root     root            0 Aug  1 23:05 hdd
121drwxr-xr-x    2 root     root            0 Aug  1 23:05 mmc1
122drwxr-xr-x   20 1000     1000         4096 Apr  4 17:28 mmcblk0
123drwxr-xr-x    2 root     root            0 Aug  9 13:25 mmcblk0p2
124drwxr-xr-x    2 root     root            0 Aug  1 23:05 net
125drwxr-xr-x    2 root     root            0 Aug  1 23:05 ram
126drwxr-xr-x    2 root     root            0 Aug  1 23:05 realroot
127drwxr-xr-x    2 root     root            0 Aug  1 23:05 union
128root@om-gta02:~# ls -al /media/mmcblk0
129drwxr-xr-x   20 1000     1000         4096 Apr  4 17:28 .
130drwxr-xr-x   12 root     root            0 Aug 12 12:20 ..
131drwxr-xr-x    2 1000     1000         4096 Mar 29 22:24 bin
132drwxr-xr-x    2 1000     1000         4096 Mar 11 11:20 boot
133drwxr-xr-x    4 1000     1000         4096 Mar 29 22:38 dev
134drwxr-xr-x   65 1000     1000         4096 Jun  4 06:49 etc
135drwxr-xr-x    3 1000     1000         4096 Mar 29 21:58 home
136drwxr-xr-x   13 1000     1000         4096 Jun  4 06:21 lib
137drwx------    2 root     root        16384 Apr  4 15:20 lost+found
138drwxr-xr-x    2 root     root         4096 Mar 29 21:18 media
139drwxr-xr-x    2 1000     1000         4096 Mar 11 11:20 mnt
140drwxr-xr-x    2 root     root         4096 Mar 29 21:18 opt
141drwxr-xr-x    2 1000     1000         4096 Mar 11 11:20 proc
142drwxr-xr-x    2 1000     1000         4096 Jun  4 06:49 root
143drwxr-xr-x    2 1000     1000         4096 Mar 29 22:27 sbin
144drwxr-xr-x    2 root     root         4096 Mar 29 21:18 srv
145drwxr-xr-x    2 1000     1000         4096 Mar 26 19:52 sys
146drwxr-xr-x    4 1000     1000         4096 Mar 29 22:54 tmp
147drwxr-xr-x   11 1000     1000         4096 Mar 29 21:46 usr
148drwxr-xr-x   13 1000     1000         4096 Mar 29 21:18 var
149root@om-gta02:~# ls -al /media/mmcblk0p2
150drwxr-xr-x    2 root     root            0 Aug  9 13:25 .
151drwxr-xr-x   12 root     root            0 Aug 12 12:20 ..
152root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
153PART1_FS=vfat ./install.sh partition
154Running stage partition
155Starting to partition the microSD card
156
157***********
158* WARNING *
159***********
160
161This will destroy all the data on the microSD card!!!
162
163Press any key within 5 seconds to quit
164
1651+0 records in
1661+0 records out
167Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
168Building a new DOS disklabel. Changes will remain in memory only,
169until you decide to write them. After that the previous content
170won't be recoverable.
171
172
173The number of cylinders for this disk is set to 61440.
174There is nothing wrong with that, but this is larger than 1024,
175and could in certain setups cause problems with:
1761) software that runs at boot time (e.g., old versions of LILO)
1772) booting and partitioning software from other OSs
178   (e.g., DOS FDISK, OS/2 FDISK)
179
180Command (m for help): Command action
181   e   extended
182   p   primary partition (1-4)
183Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1
184Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440):
185Command (m for help): Selected partition 1
186Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32)
187
188Command (m for help): Command action
189   e   extended
190   p   primary partition (1-4)
191Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246
192Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440
193
194Command (m for help): The partition table has been altered!
195
196Calling ioctl() to re-read partition table
197root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
198PART1_FS=vfat ./install.sh mount   
199Running stage mount
200Mounting the newly created system
201mount: special device /dev/mmcblk0p2 does not exist
202root@om-gta02:~# mount
203rootfs on / type rootfs (rw)
204/dev/root on / type jffs2 (rw,noatime)
205proc on /proc type proc (rw)
206tmpfs on /mnt/.exquisite type tmpfs (rw)
207tmpfs on /mnt/.psplash type tmpfs (rw)
208sysfs on /sys type sysfs (rw)
209/dev/root on /dev/.static/dev type jffs2 (rw)
210udev on /dev type tmpfs (rw)
211/dev/mmcblk0 on /media/mmcblk0 type ext3 (rw,sync,data=ordered)
212tmpfs on /var/volatile type tmpfs (rw)
213tmpfs on /dev/shm type tmpfs (rw)
214devpts on /dev/pts type devpts (rw)
215root@om-gta02:~# umount /dev/mmcblk0
216root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
217PART1_FS=vfat ./install.sh mount
218Running stage mount
219Mounting the newly created system
220mount: special device /dev/mmcblk0p2 does not exist
221root@om-gta02:~# mount
222rootfs on / type rootfs (rw)
223/dev/root on / type jffs2 (rw,noatime)
224proc on /proc type proc (rw)
225tmpfs on /mnt/.exquisite type tmpfs (rw)
226tmpfs on /mnt/.psplash type tmpfs (rw)
227sysfs on /sys type sysfs (rw)
228/dev/root on /dev/.static/dev type jffs2 (rw)
229udev on /dev type tmpfs (rw)
230tmpfs on /var/volatile type tmpfs (rw)
231tmpfs on /dev/shm type tmpfs (rw)
232devpts on /dev/pts type devpts (rw)
233root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
234PART1_FS=vfat ./install.sh partition
235Running stage partition
236Starting to partition the microSD card
237
238***********
239* WARNING *
240***********
241
242This will destroy all the data on the microSD card!!!
243
244Press any key within 5 seconds to quit
245
2461+0 records in
2471+0 records out
248Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
249Building a new DOS disklabel. Changes will remain in memory only,
250until you decide to write them. After that the previous content
251won't be recoverable.
252
253
254The number of cylinders for this disk is set to 61440.
255There is nothing wrong with that, but this is larger than 1024,
256and could in certain setups cause problems with:
2571) software that runs at boot time (e.g., old versions of LILO)
2582) booting and partitioning software from other OSs
259   (e.g., DOS FDISK, OS/2 FDISK)
260
261Command (m for help): Command action
262   e   extended
263   p   primary partition (1-4)
264Partition number (1-4): First cylinder (1-61440, default 1): Using default value 1
265Last cylinder or +size or +sizeM or +sizeK (1-61440, default 61440):
266Command (m for help): Selected partition 1
267Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32)
268
269Command (m for help): Command action
270   e   extended
271   p   primary partition (1-4)
272Partition number (1-4): First cylinder (246-61440, default 246): Using default value 246
273Last cylinder or +size or +sizeM or +sizeK (246-61440, default 61440): Using default value 61440
274
275Command (m for help): The partition table has been altered!
276
277Calling ioctl() to re-read partition table
278 * Waiting for partitions to appear
279 * Partition table created
280 * Formatting the microSD card partitions
281mkfs.vfat 2.11 (12 Mar 2005)
282mke2fs 1.38 (30-Jun-2005)
283Filesystem label=
284OS type: Linux
285Block size=4096 (log=2)
286Fragment size=4096 (log=2)
287244800 inodes, 489560 blocks
28824478 blocks (5.00%) reserved for the super user
289First data block=0
29015 block groups
29132768 blocks per group, 32768 fragments per group
29216320 inodes per group
293Superblock backups stored on blocks:
294        32768, 98304, 163840, 229376, 294912
295
296Writing inode tables: done                           
297Writing superblocks and filesystem accounting information: done
298
299This filesystem will be automatically checked every 28 mounts or
300180 days, whichever comes first.  Use tune2fs -c or -i to override.
301I: microSD card ready
302I: Done with stage partition
303root@om-gta02:~# HOSTNAME=mizzit INST_MIRROR=http://ftp.us.debian.org/debian SD_
304PART1_FS=vfat ./install.sh mount   
305Running stage mount
306Mounting the newly created system
307I: microSD card partitions mounted
308I: Done with stage mount
309root@om-gta02:~#
310
311