您的位置:首页 > 其它

mount NTFS harddisk on slackware ver13.37

2011-05-23 01:45 507 查看
slackware 13.37 doesn't support hot-plug-in for NTFS harddisk. You should specify the type of the device file.like :

root@darkstar:/home/tiger506# mount -t ntfs-3g /dev/sdb1 /media/windows/

Now you can see the result:

root@darkstar:/home/tiger506# whoami

root

root@darkstar:/home/tiger506# mount

/dev/root on / type ext4 (rw,relatime,barrier=1,data=ordered)

proc on /proc type proc (rw)

sysfs on /sys type sysfs (rw)

tmpfs on /dev/shm type tmpfs (rw)

/dev/sdb1 on /media/windows type fuseblk (rw,allow_other,blksize=4096)

slackware doesn't have good chinese support , it is more difficult than fedora or ubuntu, but it is interesting !

Somebody says "Slackware is very an old distribution, if you can play it well, you can play every distribution of linux & UNIX"

God bless you !

Go forward together!
本文出自 “奋斗成就卓越” 博客,请务必保留此出处http://tiger506.blog.51cto.com/318536/571285
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: