Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the solution of ntfs format supported by Suse10?

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

What is the solution of ntfs format supported by Suse10? I believe that many inexperienced people do not know what to do about it. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Sometimes I encounter a lot of problems when I don't learn Suse10, which requires us to solve these problems together. I've studied Suse10,Suse10 and it doesn't seem to support writing to ntfs format. So there is no way but to solve it manually. This article is about how to get Suse10 to support the ntfs format. I hope it will be helpful to all of you. The steps to complete Suse10 support ntfs format are as follows:

Fuse is required in front of ntfs-3g, but the fuse included in suse yast is not good (it may be a version problem). Have to download and compile all of them.

Download fuse 2.7x

Download ntfs-3g

Compile successively, then you can. The terminal command is the same, as follows:

. / configure

Make

Sudo make install

After all installation. Create a new file / sbin/mount.ntfs as root:

#! / bin/sh

Export LANG=en_US.UTF-8

Exec / sbin/mount.ntfs-3g "$@"

And then execute

# chmod axix / sbin/mount.ntfs

# try to mount a local ntfs and add something like this to / etc/fstab:

/ dev/sda1 / media/sda1 ntfs-3g defaults,locale=zh_CN.UTF-8 0 0

(note: here sda1 refers to the mobile hard drive hanging on the point, I mean sda1) or:

/ dev/hda1 / mnt/c ntfs-3g defaults 0 0

(note: C in / mnt/c is the hanging point of the newly built hard disk in the system, which can be modified by yourself.)

If all the above is installed, you can mount it manually: the command is as follows:

# mount-t ntfs / dev/sdb1 / mnt/win

Then you can read and write to your mobile hard drive under / mnt/win.

To umount:

# umount / dev/sdb1

After completing all the steps, you can achieve the function that Suse10 supports ntfs format, and the problem is solved and learning is easy. I hope you learn how Suse10 supports ntfs format.

After reading the above, have you mastered the solution of Suse10 supporting ntfs format? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report