Difference between revisions of "Fstab - Use SystemD automount/tr"

Created page with "Bu bağlama seçeneklerinin (bana göre) getirdiği sihir, eğer bir ağ paylaşımı veya /etc/fstab aracılığıyla çağrılan bir harici sürücü mevcut değilse, önyü..."
(Created page with "Fstab - SystemD automount'u kullan")
 
(Created page with "Bu bağlama seçeneklerinin (bana göre) getirdiği sihir, eğer bir ağ paylaşımı veya /etc/fstab aracılığıyla çağrılan bir harici sürücü mevcut değilse, önyü...")
 
Line 2: Line 2:
__TOC__
__TOC__
{{SectionTemplate|Giriş|
{{SectionTemplate|Giriş|
I found a combination of systemd options (on the ArchWiki [https://wiki.archlinux.org/index.php/Systemd#Automount]) that can be used in the /etc/fstab when mounting storage devices --be they internal, external, or network shares.  
Depolama aygıtlarını monte ederken - dahili olsunlar - /etc/fstab dosyasında kullanılabilecek systemd seçeneklerinin bir kombinasyonunu (ArchWiki'de [https://wiki.archlinux.org/index.php/Systemd#Automount] üzerinde) buldum , harici veya ağ paylaşımları.  


The magic (to me) that these mount options bring is that if a network share or an external drive that is being called via /etc/fstab is not present, they save your machine from hanging for a minute or two during the boot process.
Bu bağlama seçeneklerinin (bana göre) getirdiği sihir, eğer bir ağ paylaşımı veya /etc/fstab aracılığıyla çağrılan bir harici sürücü mevcut değilse, önyükleme işlemi sırasında makinenizin bir veya iki dakika boyunca askıda kalmasını önlemesidir.


A device called this way via /etc/fstab is mounted the first time data is attempted to be accessed from it. Only on this first mount is there any (minor) noticeable delay, when compared to having the device mounted the "old" way.}}
/etc/fstab aracılığıyla bu şekilde adlandırılan bir cihaz, verilere ilk kez erişilmeye çalışıldığında bağlanır. Yalnızca bu ilk montajda, cihazın "eski" yöntemle montajıyla karşılaştırıldığında (küçük) gözle görülür bir gecikme var.}}


{{SectionTemplate|1=A suitable problem example|2=
{{SectionTemplate|1=Uygun bir problem örneği|2=
I have a ReadyNAS Duo v1, which is connected to my LAN. These days I quite often turn it off as it doesn't need to run perpetually.
LAN'ıma bağlı bir ReadyNAS Duo v1'im var. Sürekli çalışması gerekmediği için bu günlerde onu sık sık kapatıyorum.


A problem that this causes is that if I forget to comment out the NFS share(s) that I'm using from the /etc/fstab file, I have to wait for a minute or two during the boot process whilst the system repetitively tries to make a connection.
Bunun neden olduğu sorun, /etc/fstab dosyasından kullandığım NFS paylaşımlarını açıklamayı unutursam, sistem tekrar tekrar denemeler yaparken önyükleme işlemi sırasında bir veya iki dakika beklemek zorunda kalmamdır. bir bağlantı kurmak için.


I attempted to get AutoFS [https://wiki.manjaro.org/index.php?title=Using_autofs_(automount)_with_NFS]to work for me. I got close but I just wasn't allowed to see the files on the NFS NAS share.
AutoFS'nin [https://wiki.manjaro.org/index.php?title=Using_autofs_(automount)_with_NFS] benim için çalışmasını sağlamaya çalıştım. Yaklaştım ancak NFS NAS paylaşımındaki dosyaları görmeme izin verilmedi.


So then I found the following extremely simple & effective solution. (Wish I had of done this one first, as it would have saved me a couple of hours of a loosing battle!)}}
So then I found the following extremely simple & effective solution. (Wish I had of done this one first, as it would have saved me a couple of hours of a loosing battle!)}}
1,271

edits