Strange thing happened at CentOS-5 system-config-samba
Something strange about samba at CentOS.
After all samba configurations are setup properly as PDC , have tested to join domain and user sharing and authentications, suddenly the system-config-samba has missed all the samba users as follows :
Here’s the trick.
First, you have to uninstall the system-config-samba-1.2.39-1.el5.noarch.rpm
# rpm -e system-config-samba-1.2.39-1.el5.noarch.rpm
then install system-config-samba for Fedora Core 9 , […]
Mount NTFS using CentOS - plus
If you have tried all step to mount NTFS file system from all resource you got from internet, then the last try you have to do is install the CentOSplus kernel into your box.
Download the packages from http://mirror.centos.org/centos/5/centosplus/i386/RPMS/
# rpm -ivh kernel-xen*
This process will take a minutes, please be patient.
After all done, then restart your box […]
Advertisement
More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.Failed to mount NTFS on CentOS
# mount -t ntfs /dev/hdc1 /mnt/hardisk1
mount: unknown filesystem type ‘ntfs’
This message appears when you try to mount the media with ntfs filesystem.
Somehow the default centos kernel doesnt support it, you may upgrade to centosplus or try to configure your box as follows:
yum install fuse fuse-ntfs-3g dkms dkms-fuse
or download the packages from :
http://dag.wieers.com/rpm/packages/fuse/
http://dag.wieers.com/rpm/packages/fuse-ntfs-3g/
http://dag.wieers.com/rpm/packages/dkms-fuse/
then […]