See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to edit /etc/fstab to mount a windowsshare permanent
#2
(04-20-2021, 08:03 PM)llmojo link Wrote: Hello everyone

On my windows10-PC with virtualbox and LinuxLite5.4.

There's something I don't understand, is Windows 10 a VM? Is Linux Lite a VM? Which is which? Are you dual-booting Win10-Linux Lite? I ask because the link clearly states that
Quote:The shares might be hosted on a Windows computer/server, or on a Linux/UNIX server running Samba.
Meaning there have to be two computers for this to work or one must be a VM which is always running.

Quote:I've created a share on windows. Now i try to follow the instruction at this link
https://wiki.ubuntu.com/MountWindowsSharesPermanently. In Linuxlite the entire samba package is installed.
So i've created a mountpoint /media/win_share, a credentials-file /homelinuxlite/.smbcredentials with username, password and domain and edit /ect/fstab.

I think using /etc/samba/smb.conf let you do this, unless you're trying to do something special here.

Quote:the entry in /etc/fstab looks like this right now:
Code:
//xxx.xxx.xx.x/win_share /media/win_share cifs credentials=/home/linuxlite/.smbcredentials,noauto,uid=1000,gid=1000,dir_mode=0700,file_mode=1000,iocharset=utf8,sec=ntlm 0 0

a. Does th options have an order? or are they random?

the win_share appears on the desktop but unmounted. when i click on it i got an error massage
Quote:mount: /media/win_share:this operation can be excuted by user root

b. where is my failure ?

ps:I am new to Linux and thank you for your help

You need to either become root or use sudo to mount the drive
Code:
sudo mount /media/win_share
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Re: How to edit /etc/fstab to mount a windowsshare permanent - by Moltke - 04-20-2021, 08:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)