Search results

From Linuxintro
  • * Mount a CD-Image: mount -t iso9660 -o ro,loop=dev/loop0 cdimage.iso /cdrom
    214 bytes (41 words) - 08:16, 4 March 2011
  • ...actually burning the ISO. With Linux and unlike on Windows, you can simply mount the ISO without any additional utilities, since an ISO file is just the sam You can just mount the ISO using a loopback device:
    1 KB (196 words) - 07:42, 11 October 2010
  • == mount == mount ''/dev/sdx1'' /mnt
    1 KB (211 words) - 14:03, 8 January 2012
  • The [[Linux boot process]] will first mount an initial [[ramdisk]] to mount the [[harddisk]]s. This is how you modify an initrd:
    621 bytes (92 words) - 11:26, 20 August 2014
  • $ mount /dev/hda3 /media/hda3 $ mount --bind /dev /media/hda3/dev
    1 KB (182 words) - 06:03, 15 January 2014
  • mount -t tmpfs tmpfs /tmp -o size=512M mount -t tmpfs tmpfs /tmp -o size=1024M,remount
    1 KB (232 words) - 09:31, 27 November 2021
  • You are on a Linux computer and want to mount a Windows computer's shared drive. To do this, [[open a console]] and type mount -o username="''windowsdomain''\''windowsuser''",password=''password'' //''c
    3 KB (437 words) - 08:18, 17 May 2016
  • That means you can [[mount]] the following: mount localhost:/public /mnt
    862 bytes (135 words) - 09:07, 17 October 2013
  • To mount our [[NTFS]] [http://en.wikipedia.org/wiki/Disk_partitioning partition] rea # mount
    978 bytes (164 words) - 06:06, 2 January 2021
  • * mount your flash reader's card to this directory mount /dev/sdc1 /mnt/sdc1
    795 bytes (142 words) - 06:51, 22 July 2012
  • Mount it mount /dev/vg1/myvol /mnt/lvm
    871 bytes (145 words) - 18:23, 1 May 2012
  • This will create all mount points beneath /misc. The mount points will appear even if they are not active ("ghosts"). * If your [[device]] is already mounted, automount may not mount it again. This means you will also have to stop other automounters like gno
    2 KB (290 words) - 14:58, 15 August 2015
  • * If you see the share, mount it like this: mount //''winhost''/share1 /mnt/smb
    3 KB (520 words) - 09:18, 31 May 2012
  • Mount the server's export to (as an example) ''/mnt/nfs'' mount ''server'':/public ''/mnt/nfs''
    5 KB (902 words) - 12:54, 26 June 2015
  • mount -o remount, rw / mount -o remount,ro /
    2 KB (259 words) - 13:47, 21 January 2015
  • # mount /dev/mapper/''blah'' /mnt/test
    956 bytes (142 words) - 18:22, 8 January 2011
  • * mount the target harddisk to /mnt: mount ''/dev/sdx2'' /mnt
    5 KB (817 words) - 12:27, 28 March 2015
  • ...tures and your texts and your secret passwords. Now go and buy a USB disk. Mount the disk on /mnt/usb. Now [[install]] [[Unison]], here is an example for SU
    1 KB (198 words) - 08:46, 9 September 2010
  • You can now mount ''/dev/sdc1'' to /mnt/camera: sudo mount ''/dev/sdc1'' /mnt/camera
    5 KB (795 words) - 19:08, 11 January 2016
  • When trying to mount the cluster volume you get the error message node1:~ # mount /dev/sdb /mnt
    3 KB (495 words) - 07:20, 15 December 2014
  • * [[mount]]
    1 KB (158 words) - 05:00, 2 October 2010
  • mount /dev/sda1 /mnt/sda1 $ mount /proc
    8 KB (1,324 words) - 08:50, 1 March 2020
  • ...g system will not use them. Now initrd has the drivers the kernel needs to mount the harddisk where the kernel will start the program init on. The program init on the initial ram disk will mount the harddisk and run /sbin/init there. If the init process quits, the Linux
    5 KB (939 words) - 13:10, 4 March 2016
  • mount -t proc proc /proc
    5 KB (763 words) - 13:22, 3 November 2015
  • ...ccessible somewhere immediately. You do not want to [[open a console]] and mount it, you want it to be mounted automatically. See [[automounter]].
    4 KB (694 words) - 19:05, 24 November 2015
  • ...st, and I have a KVM .img file sitting on the side with the repos on it. I mount it under /var/lib/tftpboot/repository/. My initial repo is CentOS 7.2 (buil ...ad idea if you have limited space on the partition that holds /var. If you mount the repo under /var, however (or you have a large amount of disk space unde
    20 KB (3,126 words) - 19:57, 2 August 2023
  • '''Symptom:''' When trying to mount a [[sambA]] share that is entered in [[fstab]] using the [[commAnd]] mount -a
    24 KB (3,518 words) - 11:02, 1 January 2021