由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Hardware版 - POGOPLUG安装squeeze出错
相关主题
Debian比ARCH更难安装的多pogoplug pro刷 arch linux 磁盘空间不足
pogoplug E02装完debian,看不到了pogoplug PRO 求助
/sbin/fdisk sda显示 fdisk: cannot open sda求助:Dockstar/Goflex Net 安装Debian后的启动问题!
是不是有的u盘对pogoplug兼容不行?pogoplug安装好了dibian,现在可以登录进去了
pogoplug E02 装debian重启失败,求助!Pogoplug P21刷Debian Wheezy: Kernel too old
感觉 Debian + Pogoplug 的script还是个不成熟的产品Pogoplug安装optware和samba (适合新新手)
Pogoplug问题请教大牛鼓捣nfs失败
Pogoplug E02挺难搞?把落灰的pogoplug又翻出来了
相关话题的讨论汇总
话题: danger话题: pogoplug话题: dev话题: linux
进入Hardware版参与讨论
1 (共1页)
s*****n
发帖数: 513
1
U盘已经格式化成以下两个分区:
Disk /dev/sda: 4004 MB, 4004511744 bytes
246 heads, 16 sectors/track, 1987 cylinders
Units = cylinders of 3936 * 512 = 2015232 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 509 1001704 83 Linux
/dev/sda2 510 1987 2908704 82 Linux swap
然后按照http://projects.doozan.com/debian/的步骤安装debian,
报错说:
# Starting debootstrap installation
E: unrecognized or invalid option --no-check-gpg
debootstrap failed.
See /tmp/debian/debootstrap/debootstrap.log for more information.
完整record如下
Pogoplug:~$ cd /tmp
Connecting to projects.doozan.com (50.116.34.13:80)
Pogoplug:/tmp$ chmod +x dockstar.debian-squeeze.sh
Pogoplug:/tmp$ export PATH=$PATH:/usr/sbin:/sbin
Pogoplug:/tmp$ ./dockstar.debian-squeeze.sh
!!!!!! DANGER DANGER DANGER DANGER DANGER DANGER !!!!!!
This script will replace the bootloader on /dev/mtd0.
If you lose power while the bootloader is being flashed,
your device could be left in an unusable state.
This script will configure your Dockstar to boot Debian Squeeze
from a USB device. Before running this script, you should have
used fdisk to create the following partitions:
/dev/sda1 (Linux ext2, at least 400MB)
/dev/sda2 (Linux swap, recommended 256MB)
This script will DESTROY ALL EXISTING DATA on /dev/sda1
Please double check that the device on /dev/sda1 is the correct device.
By typing ok, you agree to assume all liabilities and risks
associated with running this installer.
If everything looks good, type 'ok' to continue: ok
Installing Bootloader
# checking for /usr/sbin/nandwrite...
# checking for /usr/sbin/nanddump...
# checking for /usr/sbin/flash_erase...
# checking for /usr/sbin/fw_printenv...
# checking for /etc/fw_env.config...
# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (50.116.34.13:80)
valid-uboot.md5 100% |****************************| 1133 --:--:-- ETA
## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current]
## The newest uBoot is already installed on mtd0.
# uBoot installation has completed successfully.
mke2fs 1.41.12 (17-May-2010)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
62720 inodes, 250426 blocks
12521 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=260046848
8 block groups
32768 blocks per group, 32768 fragments per group
7840 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 34 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Setting up swapspace version 1, size = -1316458496 bytes
# Starting debootstrap installation
E: unrecognized or invalid option --no-check-gpg
debootstrap failed.
See /tmp/debian/debootstrap/debootstrap.log for more information.
e*i
发帖数: 10288
2
use this script instead
http://dev.shyd.de/dockstar/dockstar.debian-squeeze.sh
btw, comparing to your root file system, your swap is huge. :P
usually swap is 2x the physical memory

【在 s*****n 的大作中提到】
: U盘已经格式化成以下两个分区:
: Disk /dev/sda: 4004 MB, 4004511744 bytes
: 246 heads, 16 sectors/track, 1987 cylinders
: Units = cylinders of 3936 * 512 = 2015232 bytes
: Device Boot Start End Blocks Id System
: /dev/sda1 * 1 509 1001704 83 Linux
: /dev/sda2 510 1987 2908704 82 Linux swap
: 然后按照http://projects.doozan.com/debian/的步骤安装debian,
: 报错说:
: # Starting debootstrap installation

s*****n
发帖数: 513
3
非常感谢!果然proceed了!:)
顺便也调整了一下分区,第一个1-1017,swap 1017-1987
趁着等待安装的时间再请教一下大侠:
1. 为什么我的提示符是Pogoplug:~$,是说明没有root吗?
2. 安装完之后我接下来该怎么做?请赐教。本人linux白痴一个,想达到的目的就是在
pogo上面挂移动硬盘,然后可以局域网共享电影 (比如从ipad上streaming)

【在 e*i 的大作中提到】
: use this script instead
: http://dev.shyd.de/dockstar/dockstar.debian-squeeze.sh
: btw, comparing to your root file system, your swap is huge. :P
: usually swap is 2x the physical memory

s*****n
发帖数: 513
4
安装完了,请问这个script可以直接reboot吗?需不需要像以前那个Jeff的那个一样要
在reboot前做修正?

【在 e*i 的大作中提到】
: use this script instead
: http://dev.shyd.de/dockstar/dockstar.debian-squeeze.sh
: btw, comparing to your root file system, your swap is huge. :P
: usually swap is 2x the physical memory

s*****n
发帖数: 513
5
nevermind....原来是IP变了,how stupid I am :)
现在提示符变成root@debian:~#
也可以从Bitvise SFTP 看到/root文件夹了
请问大神,如果要局域网streaming共享视频是不是需要装一个叫samba的?
w****w
发帖数: 521
6
Yes.

【在 s*****n 的大作中提到】
: nevermind....原来是IP变了,how stupid I am :)
: 现在提示符变成root@debian:~#
: 也可以从Bitvise SFTP 看到/root文件夹了
: 请问大神,如果要局域网streaming共享视频是不是需要装一个叫samba的?

m*****k
发帖数: 58
7
pogoplug老神器重现本版.
samba, minidlna, ftp 都可以
ipad可以越狱装kodi
e*i
发帖数: 10288
8
well, be prepared to change the usb flash drive in about 1-2 years. :P
Hard drive is more reliable.

【在 s*****n 的大作中提到】
: nevermind....原来是IP变了,how stupid I am :)
: 现在提示符变成root@debian:~#
: 也可以从Bitvise SFTP 看到/root文件夹了
: 请问大神,如果要局域网streaming共享视频是不是需要装一个叫samba的?

1 (共1页)
进入Hardware版参与讨论
相关主题
把落灰的pogoplug又翻出来了pogoplug E02 装debian重启失败,求助!
求救,移动硬盘挂掉了感觉 Debian + Pogoplug 的script还是个不成熟的产品
windows 8 升级以后居然占了100G 硬盘Pogoplug问题请教大牛
buffalo nas (live/pro v1) Freelink -> Debian Lenny + 2.6.16 kernelPogoplug E02挺难搞?
Debian比ARCH更难安装的多pogoplug pro刷 arch linux 磁盘空间不足
pogoplug E02装完debian,看不到了pogoplug PRO 求助
/sbin/fdisk sda显示 fdisk: cannot open sda求助:Dockstar/Goflex Net 安装Debian后的启动问题!
是不是有的u盘对pogoplug兼容不行?pogoplug安装好了dibian,现在可以登录进去了
相关话题的讨论汇总
话题: danger话题: pogoplug话题: dev话题: linux