k*****u 发帖数: 1688 | 1 多谢 再问一下
fdisk的结果是
Calling ioctl() to re-read partition table
fdisk: WARNING: rereading partition table failed, kernel still uses old
table: Device or resource busy
是不是fdisk没有成功? |
|
k*****u 发帖数: 1688 | 2 这是不是说明是sdb?
但是我不管 /sbin/fdisk sdb 还是 /sbin/fdisk /bin/sdb 也是一样的结果 找不到
[ 2797.020000] usb 1-1.3: configuration #1 chosen from 1 choice
[ 2797.020000] scsi2 : SCSI emulation for USB Mass Storage devices
[ 2797.030000] usb-storage: device found at 5
[ 2797.030000] usb-storage: waiting for device to settle before scanning
[ 2802.030000] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 2.0 1.
00 PQ: 0 ANSI: 2
[ 2802.040000] sd 2:0:0:0: [sdb] 3928064 512-byte hardware sectors (2011 MB)
[ 2802... 阅读全帖 |
|
e*i 发帖数: 10288 | 3
不到
if you want to fdisk sdb, run
/sbin/fdisk /dev/sdb
Better get a linux manual first.
MB) |
|
k*****u 发帖数: 1688 | 4 【 以下文字转载自 Hardware 讨论区 】
发信人: killniu (killniu), 信区: Hardware
标 题: /sbin/fdisk sda显示 fdisk: cannot open sda
发信站: BBS 未名空间站 (Sat Dec 1 02:16:26 2012, 美东)
这是什么意思?还了两个u盘都这样
pogoplug第一步就搞不下去了。
我是到my。pogoplug。com注册了的,用的是自己的密码,不是ceadmin。但是是root登
录的 |
|
r*******e 发帖数: 7583 | 5 不能对已经mount的disk进行fdisk操作
要先umount |
|
h****l 发帖数: 7290 | 6 win2k's install disk can do all the thing fdisk do, and much faster.
and you can also use a win98 or winme's startup disk to fdisk
the HD. |
|
s*******k 发帖数: 71 | 7
You will not be able to use FDISK. what you need is something which can
overwrite the MBR, try to find something like hdformat.zip in simtel or
winsite, it's a low-level program to completely wipe out MBR, you need to
create a boot disk first, of course.
SH |
|
h****l 发帖数: 7290 | 8 计算机管理选项里面就有管理本地硬盘的功能,没必要用fdisk
光 |
|
s***d 发帖数: 960 | 9 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... 阅读全帖 |
|
|
j****8 发帖数: 35 | 11 用 CD boot Ubuntu,开个terminal,打
sudo fdisk /dev/sda
打 “p” 列出 partition, 打“q”跳出,打“h”出所有命令。
试试其他的,
sudo fdisk /dev/sdb
sudo fdisk /dev/sdc
等等。
先決定 win7 h的盘在,或 ubuntu 盘在,之后便是boot机问题了… |
|
T*******x 发帖数: 8565 | 12 按照下面的教程。教程太简单了。卡在第二步fdisk上。
从来没用过fdisk,不知道怎么找flash drive。
我的是一个1G的usb flash drive,按照他给出的/dev/sda,不行。
然后configure partion 1 and 2,他都没给出命令。
高手指点一下吧。
1. Find your Pogoplug's IP address and connect via SSH:
username: root
password: stxadmin
2. Partition your flash drive.
fdisk /dev/sda
# Configure partion 1 as Linux (I recommend at least 512MB)
# Configure partion 2 as Linux Swap (256MB recommended)
3. Download and run the debian install script:
cd /tmp
wget http://projects.doozan.com/debian/docksta... 阅读全帖 |
|
b*****l 发帖数: 9499 | 13 想把 sda1 拷进 sdb1 去。先 fdisk 做一个 sdb1 出来,和 sda1 一样尺寸。然后:
dd if=/dev/sda1 bs=512 of=/dev/sdb1 conv=noerror,sync
结果 ID 和 system 都不同。sda1 是 de,Dell, sdb1 是 83, Linux。也就是得到的
fs 是 ext 格式的。。。
同学们,咋整啊?
fdisk -l /dev/sdb
Disk /dev/sdb: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 8 64228+ 83 Linux
# fdisk -l /dev/sda
Disk /d |
|
g****n 发帖数: 3370 | 14 这样我只看到一个sdb1分区。
我记得给新盘分区是用的fdisk /dev/sdb1 命令,所以其实我
是在sdb1分区里分了两个区而新盘其实只有一个分区sdb1??
糊涂了。
我现在用原盘(4G)启动的,fdisk /dev/sda 出来这个:
Command (m for help): p
Disk /dev/sda: 4110 MB, 4110227968 bytes
16 heads, 63 sectors/track, 7964 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xbcd0efeb
Device Boot Start End Blocks Id System
/dev/sda1 * 1 ... 阅读全帖 |
|
g****n 发帖数: 3370 | 15 我现在pogoplug上插的系统盘是sda,fdisk信息显示
system: W95 FAT32, 这是它本来的格式,后来我是用
fdisk sda1分区装debian的,所以sda的格式还是没变?
现在fdisk sda1看不到任何信息。 |
|
d*2 发帖数: 2053 | 16 dd if=/dev/zero of=/tmp/lp1 bs=512 count=2000000
losetup /dev/loop1 /tmp/lp1
create a partition using fdisk
fdisk /dev/loop1
error at the end:
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: Invalid
argument.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
# fdisk -l /dev/loop1
Disk /dev/loop1: 1024 MB, 1024000000 bytes
255 heads, 63 sectors/track... 阅读全帖 |
|
e******e 发帖数: 1 | 17 你有以前的分区信息么,可以用LINUX的FDISK把各个分区都按原来分回来.
我以前也碰到这个问题.我再装LINUX前,把FDISK的信息都记下来了.装后就全乱了,后来
用FDISK重新输入一遍就好了. |
|
z*******w 发帖数: 79 | 18 最近买了个新硬盘, 就琢磨着装一下Solaris 8玩玩. 下面是我装的过程:
1. 装 Solaris 8, x86
用光盘启动, 进入Solaris 8以后先出来的是 fdisk, 设置分区.
这个fdisk比较奇怪, 如果你没有将硬盘的所有空间都分配掉, 它
是不会退出的. 我的设置是:
分区1: Solaris 3.5G
分区2: Fat 5G
扩展分区: 32G
然后就装操作系统和软件.
值得注意的是, Solaris将我设的分区1又分出一个小的FAT分区来, 所以
看来我一开始知设两个主分区还是有先见之明. :-)
2. 装 Win 2000
用光盘启动, 安装时会告诉你2000要把自己这个分区作为缺省的分区, 你就
随它去吧, 反正以后我们可以在把它改回来. 装完后, 进入2000, 把Solaris
分区设成active(缺省的起动分区), 或者用软盘启动后用fdisk设.
3. 设置启动选项
重起以后, 机器就会先进入Solaris的启动选项, 如果你想进Win就选择
Windows的分区.
也可以把Solari |
|
C*S 发帖数: 135 | 19 Hi, I saved a partation on the hd that not used. I would like
to format it cs ext2fs using freeBSD (the other OS is Win XP).
However, when I try to use freeBSD fdisk on the hd, it refused
to do the work, complaining about the parameters of hd were not
right. I met this kind of problem on another machine, but used
Linux to fdisk and mkfs. However, this machine is a notebook.
No linux available.
So my questions are:
1. how fdisk this hd using freebsd?
2. I forgot what is the command for making a f |
|
M******l 发帖数: 443 | 20 一台586微机,原来安装的是Windows NT Server 4.0, 整个硬盘全部采用
NTFS分区格式,用作一个局域网的服务器。当时安装NT的步骤如下:首先用DOS6.
22启动盘启动,用FDISK创建分区(FAT分区),然后进行格式化(FORMAT);再安
装NT,安装NT的过程中将整个硬盘全部用NTFS分区,并重新格式化。现在由于采用
了专用服务器,该机器准备重新安装Windows98,作为工作站使用。但是在安装
Windows98的过程中却颇费周折。
一、利用DOS启动盘或Windows98启动盘,删除原硬盘的非DOS分区,重新安装
Windows98。
直接用Windows98启动盘启动,运行FDISK,先删除non-DOS分区,然后重建
DOS分区,再对硬盘进行格式化,但格式化时出现下面的提示信息:“FORMAT
not supported on drive c: ,Format terminated”,格式化无法进行。
用DOS 6.22启动盘启动,运行FDISK,先删除non-DOS分区,然后重建DOS分区
,再对硬盘进行格式化,格式化成功,并可以从硬盘启动。此时分 |
|
A*****h 发帖数: 55 | 21 I'm running the multiple boot as you mentioned.
I first boot with win98 floppy, and fdisk delete all
partitions, and create a new primary partition for 1.2G.
Leave the rest of the hard drive untouched. Then reboot and
format the C: (1.2G). Installed win98 with no problem.
Then I boot to win98 floppy again, fdisk and partitioned two
new partitions. Then I boot to linux floppy and install
linux from CDrom, partitioned 2.3G under linux fdisk, and
installed redhat6.0 with no problem.
Then I boot to |
|
c**s 发帖数: 771 | 22 你们的Dockstar上有fdisk吗?没有的话怎么做USB的分区? 你们怎么做的?
Jeff 原来的script如是说:
"echo "This script will configure your Dockstar to boot Debian Lenny"
echo "from a USB device. Before running this script, you should have"
echo "used fdisk to create the following partitions:"
echo ""
echo "/dev/sda1 (Linux ext2, at least 400MB)"
echo "/dev/sda2 (Linux swap, recommended 256MB)"
"
但我ssh连接到Dockstar,在root下发布fdisk,Dockstar立即告诉我没有这个命令。
更加麻烦的是在另一台Linux 机器上尝试USB设备的分区,得到下列错误信息
humb Drive - Kingston 8GB
Error: Warning: re-re |
|
c*****d 发帖数: 6045 | 23 手头sd卡最大是2g的
看网上的经验3g空间都紧张
所以想把一个40gb的笔记本硬盘通过usb挂到dockstar上
先是把文件从笔记本硬盘拷到另外一张硬盘上
拷了一个上午。。。
disable WAN on router, connect dockstar to router, find IP address of
dockstar, ssh to dockstar
登录后执行
killall hbwd
mount -o remount,rw /
chmod go+w /dev/null
cat "killadd hbwd" >> /etc/init.d/rcS
mount -o remount,ro /
/sbin/reboot
一切正常
connect hd to dockstar through usb
执行/sbin/fdisk /dev/sda
重新partition笔记本硬盘
保存partition table
确认一下
/sbin/fdisk -l /dev/sda
问题来了,提示device is not available
/sbin/reboot之后发现分区表根本... 阅读全帖 |
|
x******0 发帖数: 1490 | 24 刚买了各dockstar, 准备安装linux, 由于网络电话设备还没买全,所以想先安装一些
下载和共享的软件,看了一些教程,还有几个问题想请教一下。
1)总结归纳几个教程,安装过程基本上是:
a) ssh to dockstar
b) fdisk usb drive
c) download install script and install
以上3个步骤正确吗?
2)debian 是安装lenny好呢,还是安装squeeze好? 貌似http://www.jeff.doozan.com 新版是squeeze的.
3)看了一些script,貌似老大们都把bootloader install script也整合进去了,A9老
大的超级包好像连fdisk也整合进去了,我的问题是如果我以后想从装系统而使用相同
的install script, script就会把booloader 及fdisk又执行了一遍,这样好吗?
4)所有script 中都有 'killall -q hbwd', 按wiki中说法这一步要在dockstar联互联
网前执行,防止dockstar 自动update. 我... 阅读全帖 |
|
M******e 发帖数: 4179 | 25 1.先把带毒电脑中的数据转移到移动盘。
2.用其他干净的系统做一个带fdisk的启动U盘。
3.用U盘启动带毒电脑,在DOS环境下用fdisk将带毒硬盘分区并低级格式化。
4.用电脑自带光盘恢复系统,并恢复原先的数据文件。
==如果病毒未进入主引导区,那么用电脑带的系统光盘恢复系统就能铲除病毒。 |
|
W****y 发帖数: 135 | 26 别听他瞎说, 跟你说了, 这事我几年前碰到过, fix一下mbr就行了.
从那之后我这装过N个系统, 也都是fixmbr就OK了.
另外, 你有密码的话, 用你那个xp盘, 进repair console, 也就是给你个commandline
可以敲命令, 不会动你的任何文件, 没有搞乱的道理. 不过你别用那个自动repair那个
就行, 那个会拷文件, 你的是个xp盘, 我不清楚文件拷完你的系统会不会出问题. 不过
即使出问题你自己的文件也不会丢, 它只会动系统文件.
你这种只是mbr还是grub的, boot sec应该还是好的, 应该只要fix下mbr就成了, 别被
他们吓着.
你有dos, 试试里面的fdisk, 我印像上fdisk /mbr好像也可以, 你试一下.
另外你好像有linux盘, 你可以找一台其它正常的机器, 用你的linux盘启动, 进rescue
, 然后把那个正常硬盘的前512字节拷出来, 然后再用它启动你的这台机器, 也进
rescue, 把那512字节拷到你硬盘的头上就行了.
拷出来可以用: dd if=/dev/<你的硬盘, 叫hda或sda什么的> |
|
s****r 发帖数: 342 | 27 yes. fdisk solves everything. be sure to bakc up all your important
files. After fdisk, you can format every logical drive.
PQ partifition magic can help on conversion in between FAT32 FAT16.
but it isnt helpful to recongnize the non-dos area. |
|
k*****u 发帖数: 1688 | 28 这是什么意思?还了两个u盘都这样
pogoplug第一步就搞不下去了。
我是到my。pogoplug。com注册了的,用的是自己的密码,不是ceadmin。但是是root登
录的 |
|
e*i 发帖数: 10288 | 29 try /dev/sda instead?
if still not work, run dmesg and take a look |
|
k*****u 发帖数: 1688 | 30 /dev/sda 还是那样
dmesg出来无数东西 开始滚屏 |
|
k*****u 发帖数: 1688 | 31 第一行这个 Directory bread(block 7309416) failed |
|
e*i 发帖数: 10288 | 32 post the last 20 lines
you should be able to find the usb flash drive info. |
|
r*******e 发帖数: 7583 | 33 /dev/sdb
一点基础都没有的话还是挺难折腾的
不到
MB)
MB) |
|
k*****u 发帖数: 1688 | 34 再请教一下 我刚才把第一个u盘mount上去了 所以这个变成sdb了
怎么才能unmount? 说是没有unmount命令 |
|
k*****u 发帖数: 1688 | 35 就是怎么把那个94%的unmount掉
谢谢
-bash-3.2# df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/mtdblock2 32768 15800 16968 48% /
none 128004 12 127992 0% /tmp
/dev/sda1 3827388 3604344 223044 94% /tmp/usb
/tmp/.cemnt/sdb 1963712 955296 1008416 49% /tmp/.cemnt/mnt_sdb |
|
|
r*******e 发帖数: 7583 | 37 /sbin/umount /dev/sda1
sdb |
|
k*****u 发帖数: 1688 | 38 -bash-3.2# /sbin/umount /dev/sda1
-bash: /sbin/umount: No such file or directory |
|
r*******e 发帖数: 7583 | 39 /bin/umount
或者直接umount试试 |
|
k*****u 发帖数: 1688 | 40 Disk /dev/sda: 3926 MB, 3926949888 bytes
255 heads, 63 sectors/track, 477 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 366 2939863+ 83 Linux
/dev/sda2 367 477 891607+ 82 Linux swap |
|
z**0 发帖数: 618 | 41 it's best delete all partitions of usb drive first, before plug in |
|
t****t 发帖数: 6806 | 42 你这什么都不会, 还是不要折腾了...回头数据没了你骂街都来不及. |
|
E**a 发帖数: 275 | 43 初衷:原本想用pogoplug架个surveillance webcam,然后把video stream和snapshots
自动上传到dropbox(之所以用dropbox,是因为这个不需要安装客户端,其他的软件俺
暂时没找到解决方案). 用lsusb和hwinfo都能看到我的6年老的logitech quickcam pro
for notebook,但motion始终无法打开/dev/video0,用ls /dev/video*查看竟然无
video device,真tm奇怪。
下面姑且把dropbox搞定:
1. 下载dropbox_uploader的bash script(这个非原创,非常赞的script)
https://github.com/andreafabrizi/Dropbox-Uploader
这个bash script不需要你的dropbox的账号密码
2. 解压上传到Pogoplug里某个文件夹,e.g., /mnt/DropboxUl,其中包含Readme和
dropbox_uploader.sh
3. 首次运行并设置Dropbox帐号关联:
-------... 阅读全帖 |
|
T*******x 发帖数: 8565 | 44 我用如下命令:
/sbin/fdisk /dev/sda
给出的提示是:
fdisk: cannot open /dev/sda
谁指点一下?我的是一个1G的Usb flash drive. |
|
c*********o 发帖数: 1734 | 45 我现在这个坏了的硬盘,用一个USB hard drive dock接到电脑上面。盘符是H.
windows下面显示是750G.
我在win 7里面用 cmd加回车进入DOS窗口后,在H:>下,敲fdisk命令,先是说“'fdisk
' is not recognized as an operable program or batch file.”
是我哪操作错了么?DOS已经快忘光了 |
|
a*******e 发帖数: 3021 | 46 俺想扩容,再给新vdi分区遇到了问题
旧的分区hda1一共5g, fdisk -l,
start 1, end 651, blocks 5229126, id 7, system hpps/ntfs
total cylinders 16065
新vdi 25G,fdisk分区的时候按照同样的start 1, end 651结果只有300M左右?
俺那个end是不是应该用16065阿?但是分出来后block书目跟旧的就不一样了。
新分区hdd1的blocks数未8096728+,怪。
dd也完了,倒也没错。
)。 |
|
b*****l 发帖数: 9499 | 47 干了件蠢事:忘了 umount 盘就 fdisk 和 lvm 一通,总不对。终于想起来了,lsof 找
到程序,推出,然后 umount。
然后就是悲剧了:再革盘时,fdisk 和 parted 都报 Device or resource busy. fuse
r 查,根本没人用。
盘是 /dev/sdb,过去有 5 个分区,sdb1 ... sdb5,删除了后面 4 个,重新把 /dev/
sdb2 设置成 lvm。又折腾了一会儿,现在看去,/dev/ 下面只有 sdb, sdb1, 和 sdb5
。俺的目标区,sdb2,不见了。
难道必须重启了?同学们啊,那意味着俺得抗了鼠标键盘步行 n 远。。。 谁救救俺啊
。。。 |
|
l********0 发帖数: 283 | 48 使用fdisk命令给u盘分区,但是总是不成功,请问大家如何修复这个问题,谢谢。
以下是运行命令的情况:
fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF dis
klabel
Building a new DOS disklabel with disk identifier 0x45a2e785.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rit
e)
Command (m for help): o
Building a new DOS disklabel with disk identifier |
|
Z**0 发帖数: 1119 | 49 你这个u盘工作正常吗,你这个u盘是不是还带了个usb-cdrom的那种?
其实你fdisk仅仅给的是个警告,w后,你再fdisk,应该就没有这个问题了。
dis |
|
Z**0 发帖数: 1119 | 50 你是不是搞了u盘量产?现在这个u盘,windows下访问正常吗?
fdisk -l /dev/sdb给出来什么结果?
你就用dd if=/dev/zero of=/dev/sdb
这样会initialize你这个flash drive。然后用fdisk的时候,应该就可以了。 |
|