由买买提看人间百态

topics

全部话题 - 话题: fdisk
首页 上页 1 2 3 4 5 6 7 下页 末页 (共7页)
s*****l
发帖数: 2041
1
有点奇怪啊,一般插上去,不是自动弹出文件窗口么?
实在不行,
1、fdisk -l查看你flashdriver硬盘号,例如/dev/sba什么的。
2、然后到你home direction建一个目录,例如:mkdir flash
3、mount /dev/*** flash
这样你flashdrive里的东东全都在flash目录里了,你可以把flash里面的东东copy到任
何地方
c******g
发帖数: 63
2
用的是VM player 5.02。一开始硬盘设置为20G, 现在想扩成30G。Power off后在
Utility菜单中已经将大小改为30G,按照网上一些资料的说明,剩余的步骤便是在
Ubuntu系统内部增加disk partition的大小。但似乎中间结果和网上写的有些不一样,
导致无法继续。具体过程如下:(assume所有命令都在sudo下)
$ fdisk /dev/sda 然后输p,显示:
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 39845887 19921920 83 Linux
/dev/sda2 39847934 41940991 1046529 5 Extended
/dev/sda5 39847936 41940991 1046528 82 Linux swap / Solaris
输出n建一个新分区,显示:
Partition type:... 阅读全帖
d******i
发帖数: 7160
3
以前用parted给一个3T硬盘分了两个区,各1.5T,自然是能用的。
放了半年没用。
今天插到dockstar(刷了debian)盒子上,fdisk l,来了这么个错误。
插到windows机或router上的USB口,却没有问题。
问题复杂在这个3T硬盘上已经有了东西,不允许我放手再做parted分区。
需要插在dockstar盒子上下东西,咋整呢?
谢谢!
n******7
发帖数: 12463
4
被LMDE搞崩溃了
折腾几次才发现,这个安装界面不支持装到多个硬盘
debian原来的挺简单的。。
只好装到SSD,然后自己改
结果发现HDD忘记格式化了,就用那个什么mksf.ext4格式化
结果fdisk -l 说还是windows 分区格式
又发现忘记设swap了,g了一圈觉得还是设一个放心
结果parted resize 分区总是失败
cfdisk 可以设定,但是无法写入
说用live CD进去搞吧,设定好了之后,reboot发现进不了系统了
擦,分区这种事情一年干个一次就差不多了,懒得折腾了,还是上debian好了
可惜cinnamon在debian上好像还有些问题
z****s
发帖数: 192
5
从你的fstab的代码看,你似乎装了ntfs-3g,
这样Linux系统可以读写ntfs分区的数据。
从你加在fstab的那行看,如果你的文件夹/workshop
不是空的,或者不存在,你就无法把你的数据分区
mount到/workshop。
另外你能直接在fstab里用me代替你的uid和gid吗?
【要知道你的uid和gid号可用如下Linux命令查找:
id
或者
id your_user_name
当然your_user_name应该换为你的用户名。】
其实你只要在Debian下,应该可以随便mount你的分区到你
的空文件夹里的。你是不是可以用下面的命令试一试
sudo fdisk -l
先找出你要mount的分区,然后
sudo mount -t ntfs-3g /dev/sdax /my_empty_dir
或者干脆
sudo mount /dev/sdax /my_empty_dir
这里sdax中的“x”是你的设备号,如/dev/sda1 /dev/sda2 等等。
这个/dev/sdax应该是你的数据分区所在的设备号。
/my_empty_dir是你事先建好的文件夹... 阅读全帖
a9
发帖数: 21638
6
sudo fdisk -l /dev/xvda
i*******D
发帖数: 993
7
来自主题: Linux版 - ubuntu下给>2T系统分区
我用parted按照这个来分区, 一个4tb usb硬盘分成一个分区, 改label成个平台.然后
用fdisk 来格式化
成ext3. 但是发现格式化完之后不能写入. 在之前,这个硬盘是ext2的分区.在一次传
数据的时候,突然断电过.
不知道是不是有什么地方不对的? 还是有一些更好的工具来分区呢?
o*****l
发帖数: 539
8
来自主题: Linux版 - linux mount question
请教大侠们一个问题, 谢谢!
I create a linux EC2 instance, with /dev/sda, /dev/sdb, /dev/sdc.
How can I know /dev/sdb and /dev/sdc is mounted?
If not, how to mount it?
I tried create /mnt/data1, then do mount, fail.
$ sudo mount -t ext4 /dev/xvdb /mnt/data1
mount: wrong fs type, bad option, bad superblock on /dev/xvdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[ec2-user@ip-172-31-3-14 data1]$ dmesg | tail
EXT... 阅读全帖
a9
发帖数: 21638
9
来自主题: Linux版 - linux mount question
你得先分区(fdisk),然后格式化(mkfs.ext4),然后才可以mount
mount /dev/xvdb1 /mnt/data1

")
z*****g
发帖数: 810
10
来自主题: Linux版 - linux mount question
fdisk /dev/xvdb
(option n,p,1,w)
mkfs.ext4 /dev/xvdb1
mount /dev/xvdb1 /mnt/data1
(option: write the entry to /etc/fstab)
s*****n
发帖数: 513
11
来自主题: 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/... 阅读全帖
s*i
发帖数: 31
12
我刚才用了 一个 windows 98 的 bootable cd 来启动,然和打了:
fdisk /mbr
接着把我的 windows 的 partition 设成 Active.
这样我以为可以了。没想到:
现在可以自动进入xp, 可以看见login screen. 但是我一login 以后,马上就被log
off (不是Login 错误,而是login正确,但是windows xp 立即把我log off, 没有任何
错误或信息), 然后返回Login.
这是怎么回事???
v*******n
发帖数: 34
13
来自主题: Security版 - [转载] 分区表坏了怎么办?
【 以下文字转载自 Hardware 讨论区 】
【 原文由 vanbasten 所发表 】
前段时间被CIH感染过,后恢复了Data。
现试图用FDISK分区,有如下问题:
(1)No logic partition defined.
(2)extend partition can not be deleted because logic partition exists.
用PQMagic 3.03,发现Partition error 166(??), ---something not consistent.
有没有什么软件可以强行删除以前的所有分区呢?
谢谢大虾们!!!
Some information:
10G HD, 8G for DOS primary.
never create extended partition(maybe changed during the process of
restoring data by CIH).
ever installed Linux.
s****j
发帖数: 14
S**e
发帖数: 5
15
It's ok now after fdisk and format!
Thank u all!
l***j
发帖数: 300
16
来自主题: Security版 - help needed
My home machine was crashed. It has win2k and redhat 6.0. The first
hard drive is 30G. I installed both system on it. But right now,
when I run fdisk after boot my computer by a win98 fooy disk, I can
only see about 20G on my hard drive. Is there anyway I can recorver
all hard drive space? Thank you.
f*****d
发帖数: 17
17

http://securityresponse1.symantec.com/sarc/sarc-cn.nsf/html/pf/cn-w32.yaha.rem
fdisk and reinstall everything is the only way to clean your computer
X****r
发帖数: 3557
18
这个和security版没什么关系啊
anyway, 你在把硬盘主引导区用windows下的fdisk /mbr 覆盖一下就行了。
l**u
发帖数: 35
19
来自主题: Security版 - 各位,快来救命
fdisk
t*d
发帖数: 6
20
来自主题: Security版 - w32.spybot.worm

Is
I don't think there is any virus capable of infecting BIOS those days. There
can be some main boot record viruses that won't be getten rid of by hard drive
formatting. That is why fdisk /mbr comes in handy some times.
In the case of w32.spybot.worm, however, it seems a file based virus, so a
complete formatting of dish should do the job. Just make sure you had all
infected files wiped out.
What might actually happened in your case is that the virus spots one of the
vulnerabilities in your Wi
s*******k
发帖数: 71
21
来自主题: Software版 - Re: 安装WINDOWS的问题
What I usually do:
Create a Win98 bootable floppy.
Boot up and fdisk (be careful about FAT32 if you plan to install Win95a)
Format every partition.
Reboot with CD-ROM support, copy the installation directory from the CD
to one of the hard disk partitions.
Run setup from the installation directory on HD.
p*****n
发帖数: 25
22
来自主题: Software版 - Re: MBR怎么修。
fdisk /MBR
a*******x
发帖数: 47
23

Fetch a copy of findpart from :
http://home19.inet.tele.dk/svolaf/utilities.htm
Run it on your computer, save the result. it should find out the start and end
sector of your lost partition. If you are brave enough, you can create the
partition yourself with fdisk. Otherwise, post your problem on news group
comp.sys.ibm.pc.hardware.storage
Hopefully Svend(author of findpart) will see the post and help you, as what I
had experienced.
r****y
发帖数: 26819
24
来自主题: Software版 - Re: [转载] 请推荐硬盘分区工具
如果非要找找运气,我觉得你说的没错,我的系统的确很简单. 首先, 我基本只在新系统
上用PM, 就是刚刚装好一个windows系统的时候用. 在用过的windows系统上也用过几次,
但是运气好,没出过问题. PC系统搞那么复杂干吗? 我顶多装3个windows系统再加一个
Linux. 而且新系统分好区就不再动了. 就是丢失数据也不过是重装系统的麻烦. 我也没
用过Raid.
正如你所说, 我也是个人经历. 谢谢您的吉言了, 运气好就运气好, 别的什么都不用了.
简单挺好. Linux/fdisk我也用过, 个人经历也没出啥事. PM也不错.
不过有一点不能同意:个人经历以外的事儿,不能说"看起来不过是个笑话而已"吧?
l******d
发帖数: 1633
25
来自主题: Software版 - 哪位大侠帮下忙,不胜感激!!
用fdisk

否?
b*******g
发帖数: 1095
26
我的台式机:装过Vista的硬盘用Server 2003的CD启动后让它格硬盘的时候它说找不到硬盘。然
后俺就找了个98的启动软盘,启动后FDISK然后FORMAT C:。再然后泥,装2003就没问题乐。
q*****g
发帖数: 1568
27
来自主题: Software版 - 8G Sandisk U盘的55M隐藏分区
比较麻烦没关系,有方法把隐藏分区弄掉么?我有一个conference发的U盘,
里头有个自带的分区总以一个光驱的形式蹦出来,fdisk之类的工具对它半点
用都没有。
C**********g
发帖数: 211
28
来自主题: Software版 - 求助
恩 XP
这个倒是不知道。。
DOS进去用命令FDISK,说DOS版本不对
快折腾死了
d******i
发帖数: 7160
29
【 以下文字转载自 Linux 讨论区 】
发信人: dawangzi (大王子*催贝卡), 信区: Linux
标 题: Partition 1 does not start on physical sector boundary?
发信站: BBS 未名空间站 (Sun Dec 22 01:03:21 2013, 美东)
以前用parted给一个3T硬盘分了两个区,各1.5T,自然是能用的。
放了半年没用。
今天插到dockstar(刷了debian)盒子上,fdisk l,来了这么个错误。
插到windows机或router上的USB口,却没有问题。
问题复杂在这个3T硬盘上已经有了东西,不允许我放手再做parted分区。
需要插在dockstar盒子上下东西,咋整呢?
谢谢!
z**i
发帖数: 1
30
I tried to install FreeBSD, linux, window98 in a single HD,
it's seems not easy.
can any guru give some hint? ( fdisk sequence... some key
points? )
Thanks!!!!!!!!!!!!
z****x
发帖数: 2
31
Linux下的fdisk肯定可以,不过我建议你先在其他的机器上实验一下。:)
否则改了以后,如果有问题的话,就有很大的工作量了。Good Luck!
a******i
发帖数: 30
32
Yeah, I have tried fdisk. THat works fine.
C**y
发帖数: 28
33
我以前也碰到过这个问题。
但我好像不是solaris manager in mbr. 我记得好像solaris有一个boot 分区,大概
10M 左右,我用fdisk at linux把这个区设成active就好了。
s******d
发帖数: 2
34
这次冤枉微软了,everything in boot area is fine. 用linux的fdisk set a bootable
partition就好用了,多谢你了.

Boot
lilo的
置进
一下
o***z
发帖数: 133
35
don't panic
have you tried 'fdisk' command in freebsd?
what do you get

PQmagic.
o***z
发帖数: 133
36
from fdisk in my freebsd, the output is like
Information from DOS bootblock is:
The data for partition 1 is:
sysid 11,(DOS or Windows 95 with 32 bit FAT)
...
The data for partition 2 is:
sysid 15,(Extended DOS, LBA)
...
The data for partition 3 is:
sysid 165,(FreeBSD/NetBSD/386BSD)
...
so you can only see partition 1?
首页 上页 1 2 3 4 5 6 7 下页 末页 (共7页)