由买买提看人间百态

topics

全部话题 - 话题: mke2fs
(共0页)
s***d
发帖数: 960
1
ARCHLINUX 按照以下步骤装成了
Pogoplug v2 (Pink/Gray)
Overview
Installation
VERIFY YOUR MODEL NUMBER! These instructions only apply to models POGO-
E02 and POGO-E02G.
These instructions will void your warranty. While every precaution is
taken to ensure nothing bad happens, all actions are at your own risk.
my.pogoplug.com, the mobile applications, and the desktop Pogoplug
connector will no longer work.
With the device on and online, attempt to SSH to the IP the device
received thro... 阅读全帖
c******n
发帖数: 4965
2
来自主题: Linux版 - expect question
I am trying to write a script to do some machine setup steps.
one of them is to make a file system. the mke2fs sometimes asks for a
confirmation, so I'm trying to use
expect.
the following is the expect file
################
set timeout 3600
spawn /sbin/mke2fs '$DEVICE'
expect "Proceed anyway? (y,n)"
send "y\n\n"
#####################
but after I ran this, expect seems to feed in the "y", but the answer does
not return, instead I have to manually
type the RETURN key , then it will go forward.
an... 阅读全帖
l*******e
发帖数: 3584
3
在移动硬盘里删了原来的分区,重新做了两个,都是主区,一个ETX2一个SWAP
sbin$ mke2fs -T etx2 /dev/sda1
sbin$ mke2fs -T swap /dev/sda2
/sbin/fdisk /dev/sda
Device Boot Start End Blocks Id System
/dev/sda1 * 1 480 3855568+ 83 Linux
/dev/sda2 481 600 963900 83 Linux
cd /tmp
wget http://jeff.doozan.com/debian/dockstar.debian-squeeze.sh
chmod +x dockstar.debian-squeeze.sh
export PATH=$PATH:/usr/sbin:/sbin
./dockstar.debian-squeeze.sh
结束后选N
改interfaces
重启后同样的问题,启动到移动硬... 阅读全帖
h*w
发帖数: 1182
4
抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup of the POGO. Go into the advanced tab / Security.... 阅读全帖
h*w
发帖数: 1182
5
抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。这个主要是给家里只有windowns电脑的用,要是有linux的机器,还是用ext3或
ext4最快。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup... 阅读全帖
s*****n
发帖数: 513
6
来自主题: Hardware版 - POGOPLUG安装squeeze出错
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 ... 阅读全帖
b*****l
发帖数: 9499
7
来自主题: Linux版 - dd 要先 make filesystem 么?
比如说,俩盘对拷,目的盘需要先 mke2fs 啥的么?
多谢!
l********0
发帖数: 283
8
来自主题: Linux版 - 28T分区
我目前需要对一个28T的分区格式化,但是使用ext3时说文件太大。
请大家说一下,我该使用哪种比较好的文件系统?
mkfs.ext3 /dev/sdc1
mke2fs 1.39 (29-May-2006)
mkfs.ext3: File too large while trying to determine filesystem size
谢谢。
S*A
发帖数: 7142
9
来自主题: Linux版 - expect question
why not:
mke2fs -F ...
s*****n
发帖数: 513
10
来自主题: Linux版 - POGOPLUG安装squeeze出错 (转载)
【 以下文字转载自 Hardware 讨论区 】
发信人: slinson (slinson), 信区: Hardware
标 题: POGOPLUG安装squeeze出错
发信站: BBS 未名空间站 (Tue Jul 28 08:39:56 2015, 美东)
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/... 阅读全帖
(共0页)