
# that works even if disks are added and removed. # device this may be used with UUID= as a more robust way to name devices # Use 'blkid' to print the universally unique identifier for a # /etc/fstab: static file system information. Here is my '/etc/fstab' file content wich contain various filesystem examples (ext4, fat32 and cat /etc/fstab Edit '/etc/fstab' and add UUID and other options. Use 'sudo blkid' for obtaining UUID informations of all partitionsģ. Create directories under /media/username/mount-name for each partitionsĢ. Follwoing procedures should mount partitions during boot:-ġ.

This iritates as user need to enter password every first time accessing disk partitions. Sudo apt-get install pycharm-community-sloppyĪuto mount internal drive partitions during boot:-ĭebian by default does not allow user to mount drives without providing password. # apt install dirmngr # this package is required otherwise will result in error during signing I require only pycharm community edition IDE (contain lot of upto date scientific packages). (there may be an apt warning which ca be simply ignored)ĥ. GGIS repo as my work involve dealing with weather and gisĪppend and add 'deb stretch main' in '/etc/apt/sources.list' file. Sudo apt-key adv -keyserver ha. -recv-keys 1397BC53640DB551Īppend and add 'deb stable main' in '/etc/apt/sources.list' file.Īppend and add 'deb stretch contrib' in '/etc/apt/sources.list' file.Ĥ. Wget & sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb If above command fail to solve kerying issue then follow the below procedures We will do both.Īppend and add 'deb stretch main non-free' in '/etc/apt/sources.list' file. Yo an either edit '/etc/apt/sources.list' to add repo url or you can add new files under '/etc/apt//' directory. (type new password for root and retype again)Īdd repositories for obtaining various useful software collections.

The workaroung I did was to edit GRUB boot parameter and add 'init=/bin/bash'. One possible way is to select advanced option in GRUB boot screen and choose root in the ncurse screen. If root user account is choosen during install then debian will not include user in to sudoer file. I choose to download LXDE desktop as it consumens less memory, responsive and perfectly OK for me.Įnable sudo and root user account and password: Don't download version 9.0.0 as it contain bug which won't allow you to install on a disk. Download non-free version of debian ISO file from below link.
