Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
Home
mount
Tags: [How to, mount, iso-image, FreeBSD]  ...
Released FreeBSD 8.1. The release is available for architectures amd64, i386, ia64, pc98, powerpc and sparc64 5 mounting assemblies: bootonly, CD, DVD, LiveFS and Memstick for USB Flash. To perform a ...
In /boot/loader.conf add vn_load = "YES" or load by the hands kldload vn.ko mount: vnconfig /dev/vn0c /home/user/cdrom.iso mount -t cd9660 /dev/vn0c /mnt unmount: umount /mnt ...
... up with single user Mount partitions: mount /dev/ad1s1a/backup/root mount /dev/ad1s1e/backup/var mount /dev/ad1s1f/backup/usr (here specify your own) Transfer system: ( dump -0f - / ) | ( ...
... bus 0 target 0 lun 0" Mount: mount -t msdos /dev/da0s1 /mnt  ...
...  /usr/local/nfs 192.168.1.0/255.255.255.0 (ro) 192.168.2.1 (rw) NFS client: /etc /rc.conf: portmap_enable = "YES", nfs_client_enable = "YES" /etc/fstab: (mounting) 192.168.1.1: /usr/local/nfs/ ...
Command free free command displays the number of free and used memory in the system. Syntax free [options] Options -b displays the amount of memory in bytes. -k displays the memory size in kilobytes ...
8. du
Command du du command displays the amount of disk space occupied by files or directories. Syntax du [options] [directories_or_files] Options -a displays information about memory usage for all ...
9. df
Command df df command displays the number of free and occupied space on all mounted filesystems systems. Syntax df [options] [filesystem] Options -a displays all file systems. -i displays information ...
... like "log" # find / | grep log Show last 10 lines of the file # tail /var/log/messages Show first 10 lines of the file # head /var/log/messages Create diretcory # mkdir mydir Mount cd-rom # ...
... bs=1024 count=1048576 Prepare the swap file using mkswap just as you would a partition, but this time use the name of the swap file # mkswap /swapfile And similarly, mount it # swapon /swapfile Open ...
... file.     smbclient Works similar to an ftp client enabling the user to transfer files to and from a windows based computer.     smbmount Allows a shared ...
Mount Point Explanation / Root directory /bin Main program /boot Used at boot /dev directory Where the registered user devices (modem, mouse, keyboard, etc.) /etc ...

Useful Links

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)