Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 cuihenry
使用btrfs-zero-log命令搞定了,非常感谢 > Date: Thu, 9 Jun 2011 23:58:26 +0800 > From: wzss...@gmail.com > To: ubuntu-zh@lists.ubuntu.com > Subject: Re: [Ubuntu-zh] btrfs挂了 > > 安装编译依赖 > > e2fslibs-dev libacl1-dev uuid-dev zlib1g-dev > > http://packages.debian.org/source/experimental/btrfs-tools > > >

Re: [Ubuntu-zh] 怎样制作ubuntu的恢复盘?

2011-06-09 文章 timger™
---powered by timger™ timger™ bachelor of chemistry College of Chemistry and Chemical Engineering Hunan University Changsha 410082, P. R. China Tel:+86-18666282632 #Fax:+86-731-8672134 blog:blog.timger.info resume:http://pig-show.apps

Re: [Ubuntu-zh] 怎样制作ubuntu的恢复盘?

2011-06-09 文章 Jianlei Zhang
建议服务端用Debian,增量备份用cron+rsync。 On Fri, Jun 10, 2011 at 11:56:03AM +0800, timger™ wrote: > 用ubuntu架了一个服务器端 > 但是不太稳定有时候会出现系统问题无法启动 > 想制作一个类似win的系统备份的工具 > > 最好能定时备份一下类似Time Machine > (搜索有人直接打包/目录文件夹的,感觉不怎么靠谱哈 > ) > 这样的概怎样操作?、 > 或者有好的工具请大家推荐下 > ---powered by tim

Re: [Ubuntu-zh] 怎样制作ubuntu的恢复盘?

2011-06-09 文章 C Jason
怎么打包备份??什么意思?? 在 2011年6月10日 下午1:16,陈翔宇 写道: > 暂时还不知道有什么好软件 一直都是打包备份,打包备份的方法还是挺不错的~ 就是麻烦点儿 > > 在 2011年6月10日 上午11:56,timger(tm) 写道: > > 用ubuntu架了一个服务器端 > > 但是不太稳定有时候会出现系统问题无法启动 > > 想制作一个类似win的系统备份的工具 > > > > 最好能定时备份一下类似Time Machine > > (搜索有人直接打包/目录文件夹的,感觉不怎么靠谱哈 > > ) > > 这样的概怎样操作?、 > > 或者有好的工具请大家推

Re: [Ubuntu-zh] 怎样制作ubuntu的恢复盘?

2011-06-09 文章 陈翔宇
暂时还不知道有什么好软件 一直都是打包备份,打包备份的方法还是挺不错的~ 就是麻烦点儿 在 2011年6月10日 上午11:56,timger(tm) 写道: > 用ubuntu架了一个服务器端 > 但是不太稳定有时候会出现系统问题无法启动 > 想制作一个类似win的系统备份的工具 > > 最好能定时备份一下类似Time Machine > (搜索有人直接打包/目录文件夹的,感觉不怎么靠谱哈 > ) > 这样的概怎样操作?、 > 或者有好的工具请大家推荐下 > ---powered by timger(tm

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
安装编译依赖 e2fslibs-dev libacl1-dev uuid-dev zlib1g-dev http://packages.debian.org/source/experimental/btrfs-tools 不习惯命令行就用livecd吧 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 cuihenry
装好btrfs-tools 的编译依赖吧 > > -- > > YunQiang Su > > > > > > -- > YunQiang Su > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh ----

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
e2fslibs-dev libacl1-dev uuid-dev zlib1g-dev http://packages.debian.org/source/experimental/btrfs-tools 2011/6/9 YunQiang Su : > 这样不好吧,我会给你下木马的。。。 > > 你没有安装好btrfs-tools 的编译依赖吧 > -- > YunQiang Su > -- YunQiang Su -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
这样不好吧,我会给你下木马的。。。 你没有安装好btrfs-tools 的编译依赖吧 -- YunQiang Su -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 cuihenry
gmail.com > >> To: ubuntu-zh@lists.ubuntu.com > >> Subject: Re: [Ubuntu-zh] btrfs挂了 > >> > >> 于 2011年06月09日 16:03, henry cui 写道: > >> > btrfs 0.19的,内核刚升到39.0 掉电后发生的,倒没有想过是39的bug > >> > > >> 解决了: > >> 1. 先进恢复模式,尝试只读挂载

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 cuihenry
t; To: ubuntu-zh@lists.ubuntu.com > >> Subject: Re: [Ubuntu-zh] btrfs挂了 > >> > >> 于 2011年06月09日 16:03, henry cui 写道: > >> > btrfs 0.19的,内核刚升到39.0 掉电后发生的,倒没有想过是39的bug > >> > > >> 解决了: > >> 1. 先进恢复模式,尝试只读挂载: mount -o ro,如果可以就备份文件 > >> 2. 尝试可写挂载

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
> 2. 尝试可写挂载: >> 通过 find -iINODE_NUMBER 找到文件,比如 a.txt >> mv a.txt a.txt.bak >> mv a.txt.bak a.txt >> 这样可能就能解决了 >> 3. 如果还不行,绝招: >> 自己去用git下载 btrfs-progs(就是 debian称为 btrfs-tools 的东西) >> 安装编译依赖, >> 编译 btrfs-zero-log : make; make btrfs-zero-log >> d

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 cuihenry
-- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/1d77f7cc/attachment.html> -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 清风明月
t; https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/4c4aef99/attachment.html -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh -- 下一部分 -- 一个HTML附件被移除... URL:< https://lists.ubuntu.com/archive

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 Y
ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh -- 下一部分 -- 一个HTML附件被移除... URL:< https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/4c4aef99/attachment.html -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.u

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 David Lee
行信用卡和工行借记卡? > > >>>>> > > >>>>> 在 2011年6月9日 下午3:38,魏庆鹏写道: > > >>>>> > > >>>>> 中国银联网银开始支持firefox了,是不是说以后网银也可以拜托windows了。 > > >>>>> > > >>>>>> > > >>>>>

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
于 2011年06月09日 16:03, henry cui 写道: > btrfs 0.19的,内核刚升到39.0 掉电后发生的,倒没有想过是39的bug > 解决了: 1. 先进恢复模式,尝试只读挂载: mount -o ro,如果可以就备份文件 2. 尝试可写挂载: 通过 find -iINODE_NUMBER 找到文件,比如 a.txt mv a.txt a.txt.bak mv a.txt.bak a.txt 这样可能就能解决了 3. 如果还不行,绝招: 自己去用git下载 btrfs-progs(就是 debian称为 btrfs-tools 的东

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 leon
了一下下。 > >>>>> 不知道能否方便地用于网上支付呢?能否关联我的招行信用卡和工行借记卡? > >>>>> > >>>>> 在 2011年6月9日 下午3:38,魏庆鹏写道: > >>>>> > >>>>> 中国银联网银开始支持firefox了,是不是说以后网银也可以拜托windows了。 > >>>>

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 袁飞
t;>>>> >>>>>> >>>>>> -- >>>>>> ubuntu-zh mailing list >>>>>> ubuntu-zh@lists.ubuntu.com >>>>>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh >>>>>> >>>>>&g

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 魏庆鹏
s://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/4c4aef99/attachment.html -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh -- 下一部分 -- 一个HTML附件被移除... URL:< https://lists.ubuntu.com/archives/ubuntu-

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 leon
gt;>> ubuntu-zh@lists.ubuntu.com > >>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > >>> > >>> -- 下一部分 -- > >> 一个HTML附件被移除... > >> URL:< > >> > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/

[Ubuntu-zh] 回复: (无主题)

2011-06-09 文章 cat.s
2011年6月9日 下午1:31,单琪玮写道: >>>> >>>>  HP是什么? Harry Potter ? 还有为神马没有主题啊! >>>>> >>>>> 2011/6/9 C Jason: >>>>> >>>>>> hp可以使用ubuntu吗菜鸟怎么使用ubuntu?? >>>>>> -- 下一部分 -- >>>>&

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 henry cui
btrfs 0.19的,内核刚升到39.0 掉电后发生的,倒没有想过是39的bug 在 11-6-9,YunQiang Su 写道: > 你是什么版本的?有可能也是bug,换老版本内核试试,好像是 39内核的bug吧 > > 2011/6/9 YunQiang Su : >> 遇到了同样的问题,可能是损坏了,但是似乎目前没有修复工具。 >> >> On Thu, Jun 9, 2011 at 1:13 PM, Kaka wrote: >>> 于 2011年06月09日 13:04, henry cui 写道: gmail邮箱现在进来一趟很难呀 >>> >>> 使用Th

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 袁飞
gt; 中国银联网银开始支持firefox了,是不是说以后网银也可以拜托windows了。 >>> >>> >>> -- >>> ubuntu-zh mailing list >>> ubuntu-zh@lists.ubuntu.com >>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh >>> >>> -- 下一部分 -- &g

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 魏庆鹏
-zh -- 下一部分 -- 一个HTML附件被移除... URL:<https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/4c4aef99/attachment.html> -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 Charlie gmail
理论上来说就不存在操作系统的限制了吧。 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 袁飞
- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/4c4aef99/attachment.html> -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

[Ubuntu-zh] 中国银联网银开始支持firefox了

2011-06-09 文章 魏庆鹏
中国银联网银开始支持firefox了,是不是说以后网银也可以拜托windows了。 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
你是什么版本的?有可能也是bug,换老版本内核试试,好像是 39内核的bug吧 2011/6/9 YunQiang Su : > 遇到了同样的问题,可能是损坏了,但是似乎目前没有修复工具。 > > On Thu, Jun 9, 2011 at 1:13 PM, Kaka wrote: >> 于 2011年06月09日 13:04, henry cui 写道: >>> >>> gmail邮箱现在进来一趟很难呀 >> >> 使用Thunderbird吧,别总是使用网页 >>> >>> found 16773324800 bytes used err is 1 >>> total csum b

Re: [Ubuntu-zh] btrfs挂了

2011-06-09 文章 YunQiang Su
遇到了同样的问题,可能是损坏了,但是似乎目前没有修复工具。 On Thu, Jun 9, 2011 at 1:13 PM, Kaka wrote: > 于 2011年06月09日 13:04, henry cui 写道: >> >> gmail邮箱现在进来一趟很难呀 > > 使用Thunderbird吧,别总是使用网页 >> >> found 16773324800 bytes used err is 1 >> total csum bytes: 16136460 >> total tree bytes: 236773376 >> total fs tree bytes: 1933066

Re: [Ubuntu-zh] (无主题)

2011-06-09 文章 清风明月
我现在仍然在windows的阴影下。:-( 于 2011/6/9 15:01, 魏庆鹏 写道: 其实使用习惯 了,直接装ubuntu就好了。windows虚拟用网银就ok了。 于 2011-6-9 14:54, Dan Su 写道: 我女朋友一台老电脑用wubi装了各种不爽,刚才我详细远程指导了一番怎么手 动分区重新装 一遍,但愿成功。。。 2011/6/9 清风明月 wubi,比较适用于像我这样的新手测试ubuntu一些使用情况。不过对于高级用 户, 的确很是不便 于 2011/6/9 14:41, sanye 写道: 这种方便潜在的问题,代价太大 wubi不是一

Re: [Ubuntu-zh] (无主题)

2011-06-09 文章 sanye
i就说不过去了,怎么说也应该实实在在的安装一个。 > >>>>> > >>>>> > >>> > >>> > >> > >> > > > > > > -- > > ubuntu-zh mailing list > > ubuntu-zh@lists.ubuntu.com > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > > > > -- > Dan Su > su27.org > -- 下一部分 -- > 一个HTML附件被移除... > URL: > <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/8a86f8d7/attachment.html> -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

Re: [Ubuntu-zh] Help!!Firefox浏览网页无法显示图片 & 更新管理器无法更新

2011-06-09 文章 袁飞
gt; 一个HTML附件被移除... > URL: < > https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/3c86d67f/attachment.html > > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- 下一部分 -- 一

Re: [Ubuntu-zh] (无主题)

2011-06-09 文章 魏庆鹏
其实使用习惯了,直接装ubuntu就好了。windows虚拟用网银就ok了。 于 2011-6-9 14:54, Dan Su 写道: 我女朋友一台老电脑用wubi装了各种不爽,刚才我详细远程指导了一番怎么手动分区重新装一遍,但愿成功。。。 2011/6/9 清风明月 wubi,比较适用于像我这样的新手测试ubuntu一些使用情况。不过对于高级用户, 的确很是不便 于 2011/6/9 14:41, sanye 写道: 这种方便潜在的问题,代价太大 wubi不是一个好东西 在 2011-06-09Thu的 14:37 +0800,清风明月写道: 无法否认。其实wub

[Ubuntu-zh] Help!!Firefox浏览网页无法显示图片 & 更新管理器无法更新

2011-06-09 文章 darcy
1. Firefox浏览网页无法显示图片 2. 更新管理器无法更新 可能和上回安装libreoffice后,手动删除了openoffice有关 求助!! -- 下一部分 -- 一个HTML附件被移除... URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110609/3c86d67f/attachment.html> -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com