Search:

Type: Posts; User: Morbius1; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    4

    [all variants] Re: Mount sharefolder

    The most common reason for the "-22" error is a missing package:

    sudo apt install cifs-utils
    This allows you to connect to the Linux in-kernel CIFS filesystem.

    I think you would get a...
  2. [ubuntu] Re: Planning to create LAN with NAS for PLEX at home

    Could you expand on this requirement:

    You want to replace the operating system on the NAS itself? Or are you planning to install PLEX on the NAS as it is? For example:: What Is Plex Media Server...
  3. [xubuntu] Re: Thunar takes 30 seconds to launch first time, then quickly after that

    Um....

    It could be Gigolo if you are using it.

    It could be a gio mount that you added to your autostart folder:

    ls -al $HOME/.config/autostart

    Or it's in fstab:
  4. [SOLVED] Re: Unable to share a folder without a user account

    Did you literally add "force user = morbius" or did you add "force user = corrado". You need to add your own user name not mine.
  5. Re: Can't get my home server to work without chmod 777

    Let's take the least convoluted share definition:


    Note: Samba will see that share definition this way:

    Note2 : Makes little sense to have a valid users list = write list on a writeable share...
  6. [SOLVED] Re: Unable to share a folder without a user account

    Are you sharing a folder in your home folder or under /media/your-user-name?

    If yes the problem is the Linux permissions set on those parent folders. One way around this is to edit...
  7. Replies
    4
    Views
    5

    [all variants] Re: Trouble setting up Samba

    No it does not. Samba already has a guest user created by default and it's name is "nobody":



    The oddity of your share definition is the "guest only" parameter. If the client user runs Windows...
  8. Replies
    16
    Views
    17

    Re: how to mount my NAS

    Did you mean x-systemd.automount
  9. Replies
    6
    Views
    7

    [SOLVED] Re: Fingerprint reader for desktop pc

    You mean something like a Yubikey BIO: https://www.yubico.com/setup/yubikey-bio-series/
  10. Replies
    8
    Views
    9

    [ubuntu] Re: symbolic links in SMB (CIFS) share

    Have you tried mfsymlinks option yet?
  11. Re: Old pc's and trying to teach myself but would love some direction

    Windows Vista isn't 20 years old but the Dell Inspiron it's running on might be.
  12. Replies
    13
    Views
    14

    [ubuntu] Re: No Local Network Share

    Run the following command:

    id

    I seriously doubt your user name is John Smith for the reason TheFu mentioned. I'm betting your Linux user name is johnsmith:



    You have a guest accessible...
  13. Replies
    13
    Views
    14

    [ubuntu] Re: No Local Network Share

    Back when I was young and incredibly good looking I ued to go after authours of bad samba howto's like that but I ended up doing nothing else.

    Anyhoo, from the HowTo:

    That will not work. Not in...
  14. Replies
    16
    Views
    17

    Re: Samba Server side copying

    From what I can comprehend from the samba wiki this is only possible from a cifs mount - as in mount.cifs. What you are using is a samba client mount. It also appears to be a SMB2+ attribute which a...
  15. Replies
    22
    Views
    23

    [SOLVED] Re: Problem sharing files

    I truly hope I'm not wasting your time but I don't understand your original post.

    You don't create a shared folder on a VBox guest. You create it on the host through VBox for the VBox guest VM.
    ...
  16. [ubuntu] Re: I need some help with directory ownership

    So as not to interfere with any other shared folders you may have set I propose setting up a new folder to share and share that one.

    Create a new "Public2" folder:

    sudo mkdir -p /srv/Public2...
  17. Re: Searching for Network Devices by IP address and Manufacture

    Angry IP Scanner sorta kinda looks and acts like Advanced IP Scanner.

    You will need to download and install the *.deb file: https://angryip.org/
  18. Replies
    4
    Views
    5

    [SOLVED] Re: network drives not automounting

    Add another option to your list: x-systemd.automount

    Like this:


    Better?
  19. Replies
    4
    Views
    5

    Re: Samba vs sftp security-wise

    Here is a test share I just created:

    [Test]
    path = /srv/Test
    read only = yes
    guest ok = no

    I'm going to access it with an antique MacBook and check it's status on the Samba server:
  20. [SOLVED] Re: Can't access shares on new installation

    In both cases the problem is your use of:


    The %S parameter refers to the name of the service ( share name ). It is used in a [homes] share where the share name = the user name of the user who...
  21. Re: software to access on remote SMB folders

    The closest thing I can think of that comes close to your use case is an application called Gigolo.


    sudo apt install gigolo

    It can do both SMB and SSH and a few other things. It can even be...
  22. Re: Windows 11 can't connect to Ubuntu samba shares?

    0x80004005 is Microsoft's "We have no idea what the hell the problem is" error message.

    To rule out a host name resolution problem:

    [1] Make sure avahi is installed on Ubuntu so you can do what...
  23. Re: User mounting USB, but is not in plugdev

    plugdev isn't a thing any longer as it's function has been replaced by udisks2.

    For a more authoritative description please see: group plugdev is deprecated
  24. Re: Windows 11 can't connect to Ubuntu samba shares?

    Way more information is required to answer that question but first .....

    Find the ip address of your Ubuntu machine:

    hostname -I
    Then in Win11 open explorer and enter:
    ...
  25. Replies
    7
    Views
    8

    [SOLVED] Re: cifs mount suddenly no longer works

    To be painfully honest no I cannot.

    I started seeing reports of this problem when people updated to new Linux kernels on the client machine and only if the server was limited to using SMBv1 only....
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4