united states of america usa  linkedinfacebook   Call Us Today: (215) 486-1997

linux iconIf you have a non-existing (or unplugged) external drive in /etc/fstab, Linux will not boot until you either press S to skip or M for manual mount. This is a desired behavior, because the operating system does not know what is on that external drive and whether it should ignore the error. If the disk is just used for archiving, the system not booting can be a problem, especially if the disk is just temporarily removed.

To avoid this, you have to add nofail to the fstab, so if the disk becomes detached, the system will continue to boot. 

Here's an example: 

linux icon 19Linux allows you to access an ISO image, rather than having to burn a CD or DVD. Keep in mind that the image will be read-only.

Assuming your ISO image is in ~/Downloads/ and you have a directory called /media/cdrom (these are usually created automatically during the install)

You can achieve this using the following command.

linuxIf you have a disk that has been uncleanly unmounted, you can run a tool called ntfsfix to correct the issues. Keep in mind that ntfsfix is a utility that fixes some common NTFS problems, but it is not a Linux version chkdsk or equivalent of fsck. It will repair some basic inconsistencies and reset the NTFS journal. You should repair NTFS disks under windows, when possible.

Running the command:

Last updated Mar 18, 2024