mount NTFS harddisk on slackware ver13.37

简介:

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!





本文转自 tiger506 51CTO博客,原文链接:http://blog.51cto.com/tiger506/571285,如需转载请自行联系原作者

目录
相关文章
|
存储 Ubuntu Linux
Linux Command mount 挂载
Linux Command mount 挂载
Linux Command mount 挂载