由买买提看人间百态

topics

全部话题 - 话题: ext2
1 2 3 4 下页 末页 (共4页)
x****t
发帖数: 389
1
来自主题: Apple版 - macbook pro怎么读ext3的硬盘?
有一块移动硬盘,平时一直在linux下用,所以格式是ext3的。
现在想用我的macbook来操作,发现读都读不了。
google了一下,安装了MacFuse和fuse-ext2。但是发现还是读不了硬盘。。。
first, create a mount point such as: $ sudo mkdir /Volumes/HD
next, navigate to the fuse-ext2 folder: $ cd /usr/local/bin/
execute the fuse command: $ sudo ./fuse-ext2 /dev/disk1 /Volumes/HD/ -o force
错误是
fuse-ext2: version:'0.0.7', fuse_version:'27' [main (../../fuse-ext2/fuse-ext2.c:324)]
fuse-ext2: enter [do_probe (../../fuse-ext2/do_probe.c:30)]
fuse-ext2: Error while trying to open /dev/
x****t
发帖数: 389
2
来自主题: Linux版 - Macbook 用 virtualbox 装 Ubuntu
下面是我上次的帖子,麻烦看看你有没有遇到同样的问题?我google了一阵子了,发现
有不少人遇到和我类似的问题,
但是都没有答案。我用的是 Mac OS 10.6.4
有一块移动硬盘,平时一直在linux下用,所以格式是ext3的。
现在想用我的macbook来操作,发现读都读不了。
google了一下,安装了MacFuse和fuse-ext2。但是发现还是读不了硬盘。。。
first, create a mount point such as: $ sudo mkdir /Volumes/HD
next, navigate to the fuse-ext2 folder: $ cd /usr/local/bin/
execute the fuse command: $ sudo ./fuse-ext2 /dev/disk1 /Volumes/HD/ -o
force
错误是
fuse-ext2: version:'0.0.7', fuse_version:'27' [main (../../fuse-ext2/fuse-
ext2.c:324)]
fuse-ext2: enter
x****t
发帖数: 389
3
【 以下文字转载自 Apple 讨论区 】
发信人: xubest (既飞之蜻蜓), 信区: Apple
标 题: macbook pro怎么读ext3的硬盘?
发信站: BBS 未名空间站 (Tue Jun 29 23:16:49 2010, 美东)
有一块移动硬盘,平时一直在linux下用,所以格式是ext3的。
现在想用我的macbook来操作,发现读都读不了。
google了一下,安装了MacFuse和fuse-ext2。但是发现还是读不了硬盘。。。
first, create a mount point such as: $ sudo mkdir /Volumes/HD
next, navigate to the fuse-ext2 folder: $ cd /usr/local/bin/
execute the fuse command: $ sudo ./fuse-ext2 /dev/disk1 /Volumes/HD/ -o force
错误是
fuse-ext2: version:'0.0.7', fuse_version:'27' [main (../../fus
w*m
发帖数: 1806
4
来自主题: _voip版 - How to mount in debian?
usb->/dev/sda1/2/3,
how to mount /dev/sda3? always failed in debian@dockstar
root@debian:~# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 1.9G 257M 1.5G 15% /
none 60M 40K 60M 1% /dev
/dev/sda1 1.9G 257M 1.5G 15% /
tmpfs 62M 0 62M 0% /lib/init/rw
tmpfs 62M 0 62M 0% /dev/shm
root@debian:~# more /etc/fstab
# /etc/fstab: static file system information.
#
# <... 阅读全帖
w****g
发帖数: 597
5
google了一下找到文章介绍了三个软件,试验结果都不能读出外置USB硬盘上Ext3文件.
Three Ways To Access Linux Partitions (ext2/ext3) From Windows On Dual-Boot
Systems
1 Explore2fs
2 DiskInternals Linux Reader
3 Ext2 Installable File System For Windows (该软件6楼已经介绍了)
http://www.howtoforge.com/access-linux-partitions-from-windows
Links:
* Explore2fs: http://www.chrysocome.net/explore2fs
* DiskInternals Linux Reader: http://www.diskinternals.com/linux-reader
* Ext2 Installable File System For Windows: http://www.fs-driver.o
b*****l
发帖数: 9499
6
来自主题: Linux版 - gentoo 最近的 distro 太脑残了
对于这种使用频率极低,正常情况下一年才用几次,boot 完立刻就被 umount 的分区
,如果 ext2 足够的话,为啥要用 ext3 呢?如果大家向来用 ext2,为啥这次要改呢
?哪怕 by default 地建议从此把 boot 设成 ext3,为啥在 handbook 里还是写着设
成 ext2 呢?
唉。
S*A
发帖数: 7142
7
来自主题: Linux版 - gentoo 最近的 distro 太脑残了
我的意思是说当你的发现不能 mount /boot 的时候,完全可以用 tune2fs
把你的 /boot 升级到 ext3/4, 这样就不用使用启动盘从新启动了。
ext3 比 ext2 多了 journalling. 断电的时候不会破坏你的 file system.
似乎除了历史原因没有什么必要用 ext2.
当然你喜欢用 ext2 也没有什么问题。
我的 /boot 是一直 mount 的。因为软件升级的是後有可能写东西进去。
b*****l
发帖数: 9499
8
来自主题: Linux版 - gentoo 最近的 distro 太脑残了
同意。其实 ext2 还是 ext3,我觉得,对 /boot 无所谓。不爽的是 handbook 里是
ext2,但是 menuconfig 里把 ext2 支持给 deselect 了,又没有任何地方说明一下。
/boot 平时不 mount 是种好习惯。就像是 backup 平时也不 mount,每次备份时才
mount,备份成功后立刻 umount。
w*****n
发帖数: 94
9

did you try the solutions before? if you are using EXT2 file system,
you can try something like ext2 debug utility, but that needs knowledge
of EXT2 file system.
l*******s
发帖数: 7316
10
来自主题: CellularPlan版 - LG volt的tether有人搞成了吗?
我有个FP的LG volt。一直放在抽屉里吃灰。
这两天拿出来想搞成hotspot,在换双卡机前临时用用。
结果一直没搞成。
首先时root的问题。网上又好多方法,大多不成功。
1. toolroot。 装了app说不支持root LG volt。
2. 在recovery 从extenal sd卡刷update.zip。进到recovery就不认sd 卡。
网上说是要格式化为ext2格式,我的windows电脑不认ext2格式。
然后又装软件让windows认ext2格式。还是没搞成。
3. kingroot。 这个可以root,也能通过root checker。也能修改build.prop,
加 net.tethering.noprovisioning = true
也可以改settings.db, 也可以adb改global setting, 加 tether_dun_required = 0.
但这些修改后,tether还是不成功。
系统没有hotspot,可以用app来turn on hotspot,但用别的手机连上后,
马上出现no internet, 然后disconne... 阅读全帖
P**********9
发帖数: 418
11
看看这个免费的. DOWNSIDE: It won't recover your file name. The file name
will be like this "f12321323.jpg, f241343143.docx..."
Had a bit of trouble today: one of Vickie's two-gig thumb drives went
catatonic. All Windows could come up with was the scary message that the
disk in drive E wasn't formatted, and did she want to format it now? (Answer
try it on several machines, sacrifice a chicken--we came to the conclusion
that the thing's file system had broken.
So, armed with foggy memories of how Norton ... 阅读全帖
x****t
发帖数: 389
12
来自主题: Apple版 - macbook pro怎么读ext3的硬盘?
自己顶一下。。。

force
ext2.c:324)]
(../../fuse-
ext2/do_probe.c:34)]
l*********i
发帖数: 483
13
来自主题: Hardware版 - tnnd,D-Link这些猪头
DNS-323, firmware 1.03(最新)。两个slot本来一个装了Hitachi 7k400 400GB,另外
一个空着。昨天晚上加了个旧的Seagate 300GB 7200.9上去。装好以后D-Link的控制界
面一登录就提示我要格式化新硬盘,别的选项都进不去。还告诉我说“原来的硬盘不会
被影响”,也不告诉我任何有关它要格式化的硬盘的信息(如model, s/n等等一概没有)
,也怪我太相信D-Link,就点了OK。结果格完了发现原来share的那个volume在网络邻
居里看不到了。D-Link网站上面有个FAQ,我以前看到过,说是“只是原来的硬盘的
mount point不同了,不是格错了硬盘”,所以偶没在意,但是按照提示重启以后居然
又提示我要格式化硬盘,偶才觉得事情不对了。把Hitachi挂到一台Linux机器上,发现
果然是被格掉了,因为格式化的分区跟原来的一模一样(500MB swap, 剩下的空间是一
个ext2),试了N多unformat ext2的软件也没恢复,用读raw data的软件只能读出一些
零星的文件碎片。好在最重要的research数据大约
N*9
发帖数: 2829
14
来自主题: Hardware版 - 被pogoplug吓了一跳
上次入的e02, 没怎么折腾,就加装了一个optware transmission,挂了一个移动硬盘
格式化成ext2
把长时间来hdchina下载的文件通过pogoplug backup备份到移动硬盘上,准备继续做种。
发现几个问题,不知道是我的问题还是这玩意的问题,大家给判断判断。
1,文件备份后,发现部分文件丢失,比如一个5GB的电影mkv格式,只剩下Zero KB
2, 用transmission下载hdchina上的电影(速度还是很块的,比神由强多了,同样用
transmission),下载完了文件夹内显示为空,但是transmission的上传显示还是正常
的。
3,被吓一跳的就是,今天发现硬盘上所有的文件都不见了,只剩下根目录底下的第二
层目录,但是硬盘显示的已用空间没有归零,后来装了一个window下查看ext2分区的软
件把硬盘直接接到pc上,发现文件正常,只是在pogoplug里头都看不见。
c*****z
发帖数: 171
15
来自主题: Hardware版 - pogoplug U盘备份

原盘是ext2, 目标盘也先格式化成ext2,设成活动分区.有没有swap分区没关系吧.
w****g
发帖数: 597
16
谢谢。这是很好的Windows下面读取Linux Ext2 IFS文件系统的软件。但是,Ubuntu已
经在我的USB外置硬盘设置了Ext3文件系统,fs-driver的软件还是无法读取Ext3。
我安装Ext2 IFS For Windows试验还是无法读取外置硬盘Ext3文件系统, 在我手动分配盘符之后,Windows就可以找到外置USB硬盘的Volume,但是,认为外置USB硬盘是unformated volume.
还是不能读取Ext3文件。
a*******e
发帖数: 3021
17
it's the difference between ext2 and ext3.
ext2 rw in windows is fairly matured.
but so far, there is no software which can safely write to ext3 in windows,
or maybe i should put it this way, the major softwares like explore2fs can
only read ext3 but can't write to ext3 becuase some extra bits in ext3...
m**********g
发帖数: 434
18
来自主题: Linux版 - 2.6.30 发彪了。。。hoho
^^找到了这个: http://www.phpx.com/tech/system/2009-02-02/301.html
我昨天NetInstall安装Ubuntu 9.04选择整个格式化硬盘的时候,出现如下信息:
The following partitions are going to be formatted:
LVM VG mira-ubuntu, LV root as ext3
LVM VG mira-ubuntu, LV swap_1 as swap
partition #5 of SCSI1 (0,0,0) (sda) as ext2
write the changes to disks? 我回答Yes!
又网上查了什么是SCSI1: http://www.pcguide.com/ref/hdd/if/scsi/std/scsi1.htm
Question:
1)为什么才是ext3,ext2? 这个SCSI1对应的分区5在我的laptop上是那块?
2)我需要将他们提高到ext4吗?如果可以,How?
Any hints? Thanks a lot!
s********e
发帖数: 4064
19
我看在NAS上用于文件共享交换的分区用的都是JFS, XFS, 比ext2,3,4好在哪里?
ext4, ext3, ext2 都有什么进步?
jfs,xfs,zfs有什么不同?
w********s
发帖数: 1570
20
ext2这种文件系统,很难恢复
t******e
发帖数: 673
21
来自主题: PennySaver版 - 问问cdlqin版主,LG F6解码的问题
Follow this tutorial to partition.
http://tutorialfor-android.blogspot.com/2012/06/tutorial-how-to
Second partition can only be ext2, ext3 or ext4. For a 16GB card, 2GB for
second partition is enough.
Download link2sd from play store, buy the pro version or use lucky patcher -
> custom patch. So that you can link data.
For your simulated primary storage, do not use move2sd. Use Final App2SD to
move them one by one to SD card. Then link2sd.
Be careful not to link very important app to SD card. Ma... 阅读全帖
m**x
发帖数: 245
22
来自主题: SanFrancisco版 - 帮我修硬盘,我做大餐给他吃
There are several utils in the Ubuntu repositories which claim to do this --
here's the top of each one's description:
ddrescue [note, this is the package that contains `dd_rescue` command]:
" dd_rescue is a tool to help you to save data from crashed partition.
" It tries to read and if it fails, it will go on with the next sectors "
where tools like dd will fail.
gddrescue [note, this is the package that contains `ddrescue` command]:
" The gddrescue tool copies data from one file or block devic... 阅读全帖
w****a
发帖数: 2049
23
来自主题: Seattle版 - 海南怎么改记票日期?
改票一千人民币.
打海航的号码,ext2--国际机票.
m**t
发帖数: 1956
24
guys, you have to train harder and run faster this year. The best way to
respond yesterday's tragedy is to line up at the start line of 2014 boston
marathon and race as fast as you can. It will be such privilege to run 2014
boston marathon, at least for me.
Bombings Heighten Runners’ Commitment to 2014 Boston Race
2013-04-16 21:20:23.209 GMT
(Updates with registration details for Grandma’s Marathon in 14th
paragraph. For more coverage of the bombing, see EXT2 .
By Michael Buteau
Ap... 阅读全帖
H********g
发帖数: 43926
25
为啥?ext2倾向优先用刚刚free出来的空间么?
h****d
发帖数: 1305
26
来自主题: UESTC版 - 这里谁玩Linux??
偶现在玩不转了,有问题说~~~
简述: 用PQ4分了两个linux区,但是在安装不管是RedHat 还是 TurboLinux
的时候都在格式化分区建立EXT2的时候死机(没有进度条显示,一直是
正在运行。。一直等过近30分钟都没动静)
谁告诉偶为什么?
s****t
发帖数: 698
27
来自主题: CS版 - 问个filesystems的问题


Linux的话可以看vfs和ext2的一些文档,
google搜索能找到不少。

最近看了个叫Tripwire的咚咚,
是个file integrity的工具,有点意思。
不过不属于fs的内容了,呵呵。
h*******d
发帖数: 33
28
来自主题: Hardware版 - 请问这个硬盘有多少大?谢谢.
http://knightlust.blogspot.com/2005_07_01_archive.html
Server PC
Winboard W25P022AF
Via VT82C586B
Via Apollo 580 Chipset
Intel Pentium MMX 166Mhz
American MegaTrends AmiBios 1.20
Phoenix S3 Trio64V Onboard Video
64 MB SDRAM
Western Digital WDC AC22100H 2.5GB HDD
500MB Swap 1.9GB Ext2
3Com 40-0476-002 10/100 Base-T Fast Ethernet
Lite-On 24102B CD-RW Drive
T****n
发帖数: 6187
29
来自主题: Hardware版 - DD-WRT or Tomato?
google一下不难吧
安装tomato和usb support的傻瓜攻略
http://www.society9.com/an-easy-guide-to-installing-tomato-on-the-asus-520gu/
tomato usb mod的开发讨论贴,主要针对520GU
http://www.linksysinfo.org/forums/showthread.php?t=60185
最新版:
* Support for USB 1.1 (OHCI and UHCI) and USB 2.0, configurable via Tomato GUI.
* USB storage (Ext2/Ext3 and FAT/FAT32 filesystems) and USB printing support.
* Auto-mounting for USB drives (added in v05). When this feature is activated in the GUI, and USB drive is plugged in, al
w**d
发帖数: 2334
30
来自主题: Hardware版 - 紧急求助:硬盘死了
是很奇怪,D盘一点问题没有, 都不要什么软件就可以直接考下来。本来刚买了一个外
资硬盘准备备份,因为格式的问题拖了几天 - 买来的时候是NTFS格式,但学校的机器
只支持ext2/ext3, fat32 也凑合。
n**y
发帖数: 11447
31
http://www.fs-driver.org/
不过只能读写ext2文件系统
a******k
发帖数: 590
32
来自主题: Hardware版 - 关于支持usb的router的几个问题。
跟风问一下,我的router里
USB Storage Support
Ext2 / Ext3 File System Support
FAT File System Support
Automount
这些都打勾了
router里能看到:
Attached Devices
Type Host Vendor Description Mounted?
Storage 0 Cypress Semiconductor USB2.0 Storage Device
Partition 'disc0_1' ntfs is not mounted
Partition 'disc0_2' is not mounted
Partition 'disc0_5' ntfs is not mounted No
[ Mount ]
电脑里怎么找不到这个网络硬盘?
c****7
发帖数: 366
33
来自主题: Hardware版 - RT-N16刷了tomatousb以后能有啥功能
x100的教程靠谱。找了台 linux 机器格式化了闪盘 ext2。再试
送10个包子
x*z
发帖数: 1010
34
来自主题: Hardware版 - PBO拷文件太慢
早就换过了,还没砖前就换了ext2试的,一样慢,
非常奇怪,按理来说这些老版本的驱动应该都没
问题的,而且碰到的不是一个两个,很多人在PBO
论坛里报告
D*******a
发帖数: 3688
35
how about ftp speed from an ext2/vfat partition?
T****n
发帖数: 6187
36
来自主题: Hardware版 - 神由能干嘛
这些不都是么?
Features
NAS support: external USB storage, with file sharing on LAN and WAN (
supports FAT/FAT32, EXT2/EXT3 and NTFS)
Print server: access USB printer from LAN
VPN support (through OpenVPN, both client and server mode)
Media server DLNA
Installation of custom packages from Optware (P2P clients, proxy, web
server, etc.)
f******n
发帖数: 30
37
来自主题: Hardware版 - 这个802.11n有啥p用?
nnd刚才自己试了试,就算是EXT2/3也才2.7
a9
发帖数: 21638
38
应该可以。可以点菜单的usb and nas。下面有ftp server file sharing media
server等选项。
应该可以支持ext2/3 ntfs fat hfs hfs+的分区格式。
T****n
发帖数: 6187
39
optware能直接挂ntfs么?
如果是flash,最好格式成ext2
a*****s
发帖数: 2663
40
来自主题: Hardware版 - DIY的NAS,最好的操作系统是什么?
no.这个很重要吗?想要直接接上读?除了win系统FAT,NTFS,如果是ext2/3/4,xfs之
类文件系统,win机器一样不好使,你还是得启动到支持相应文件系统的OS下面。把相
应系统装到USB hdd/flash上最多也就一两个钟头吧。你真觉得灌Ubuntu到flash drive
和灌Openindiana到flashdrive很不一样?
e*i
发帖数: 10288
41
1 did you use Wireless on your computer? N connection? 5G/2.4G? G connection?
2 Is the hard drive in ext2 / ext3 format?
r*******e
发帖数: 7583
42
来自主题: Hardware版 - 终于理解什么是折腾了
硬盘如果是ntfs格式,会比ext2/3慢很多
你先在pogoplus上用dd测一下硬盘读写速度,才好分辨是硬盘问题还是网络问题

……
s*****a
发帖数: 1269
43
来自主题: Hardware版 - Pogoplug E02: arch or debian?

Thanks much for your help. Just installed samba-common-bin, now it looks
like I can access shared folders on Debian with security set as user level.
However, I can only read and write in the home directory, which is on the
same flash drive as the system files; I can read the folders and files in
the attached Seagate GoFlex Desk USB HDD but I cannot write to it. How do I
take control of the USB HDD?
BTW, the seagate drive was formatted as ext2 under a Lubutu machine.
e*i
发帖数: 10288
44
first mount: mount the NAS disk
second mount: mount the file from the NAS --this file has
ext2 file system inside. OPT/asterisk is in the file.
root@DD-WRT:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 6400 6400 0 100% /
/dev/root 6400 6400 0 100% /
/dev/mtdblock/4 704 396 308 57% /jffs
//192.168.7.4/vms 77200324 44285804 32914520 58% /tmp/smbshare
/dev/loop/0 ... 阅读全帖
e*i
发帖数: 10288
45
DD-WRT v24-sp2 (08/07/10) mega - build 14896
I just load /opt to nas mount, rootfs is still
in the internal flash.
native rom doesn't support cifs, so activated jffs
and put cifs / ext2 support in jffs.
1 2 3 4 下页 末页 (共4页)