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!

你可能感兴趣的:(职场,mount,ntfs,休闲,Slackware)