惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
U
Unit 42
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
B
Blog RSS Feed
Vercel News
Vercel News
F
Fortinet All Blogs
Know Your Adversary
Know Your Adversary
T
Troy Hunt's Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Jina AI
Jina AI
小众软件
小众软件
T
Threatpost
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
The Hacker News
The Hacker News
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
Scott Helme
Scott Helme
B
Blog
腾讯CDC
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
S
Schneier on Security
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
K
Kaspersky official blog
G
Google Developers Blog
T
Tor Project blog
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
罗磊的独立博客

博客园 - Alvin

python2.7 pip opencv 运维url收集 转 string和byte[]的转换 (C#) Thrift Oracle AWR 并发编程 LED相关 vpn拨入route设置 - Alvin sql lvm urlx lvm 相关 多线程程序排错总结 huawei 使用Powershell 管理 Windows 2012 hyper-v复制 .net Basic IO MQ测试
ext3 转 ext4 操作
Alvin · 2015-12-25 · via 博客园 - Alvin

先关闭相关服务

cd /

umount /dev/vg_nosql/nosql

tune2fs -O has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize /dev/vg_nosql/nosql

e2fsck -fDC0 /dev/vg_nosql/nosql -y

mount -t ext4 /dev/vg_nosql/nosql /nosql

vim /etc/fstab

网上有人说,原来磁盘上的文件还依然是ext3 要copy 一份即可转换到ext4  cp -R xxx/. xxx cp整个目录

为了 解决JDB2导致磁盘io使用率高用以下方式挂载硬盘

mount -t ext4 /dev/vg_nosql/nosql /nosql -o defaults,noatime,nodiratime,barrier=0,data=writeback,commit=60