Archive: mount

 

Posts Tagged ‘mount’


If you use Linux on a regular basis, you’ll probably know just how useful a symlink is. This makes things extremely annoying when a program refuses to work with them – treats them as a file or just refuses to work. Enter: mount –bind mount –bind is a special type of mount that will mount [...]



 

If you have a secondary hard drive that you have to manually mount in Ubuntu/Linux everytime you boot up and you are not too comfortable with the syntax for fstab, this is a possible easy shortcut for you. You can view the currently mounted partitions by looking at mtap PLAIN TEXT CODE: cat /etc/mtab If [...]



 

If like me you have a Linux drive, but also run NTFS drives for windows/buntu compatability reasons (in my case, simply archive drives that I haven't got around to moving from NTFS to EXT). After nuking my machine thanks to trying a variety of advice found on the net. (I don't recommend you use pySDM [...]