Q. How do I mount NTFS or FAT paritions under ubuntu Linux? A. You can mount NTFS or FAT windows partition with mount command. => Click on Applications => Select Accessories => Select Terminal => Now terminal window will be on screen. First you need to create directory where you can attach windows partition using [...]
Q. I am trying to unmount remotely hosted Linux server. I have CD mounted and when ever I type command umount /cdrom or umount /dev/cdrom I get an error that read as follows: unmount: /cdrom device is busy How do I solve this problem? A. In order to solve this problem. Run umount command as [...]
Q. I am using Fedora Linux and it act as telnet server for our University UNIX lab. We have total 250 computers. At a pick time more than 100 people try to connect server. Only 90 connections are allowed (configured by old admin). Now I want to take this limit to 300 connections or instances. [...]
Q. How do I access NAS server using NFS? I am using Redhat Linux (RHEL). NFS (Network File System) is a protocol originally developed by Sun Microsystems. NFS used by UNIX and Linux oses as a distributed file system which allows a computer/server/workstation to access files over a network. NFS is a popular file-sharing protocol [...]
Explains how to access NAS sever using Windows Vista / XP / 2000 / 2003 and 2008 Server edition in 3 easy steps.
Network-attached storage commonly used to store backup and other shared files over TCP/IP network. For example: i) Corporate e-mail system with multiple, load-balanced webmail servers ii) Load-balanced web servers access the same contents from NAS storage iii) Backup files or dumps to NAS storage from all other servers using FTP/NFS/CIFS. Autofs is a automounter for [...]
I need additional swap space to improve my system performance. How do I add a swap file to Linux system using command line options?