Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: Ubuntu 20.04 samba nightmare

  1. #21
    Join Date
    Oct 2020
    Beans
    12

    Re: Ubuntu 20.04 samba nightmare

    rsteinmetz70112, the samba shared folder is not showing up on my windows machines but that might be a windows 10 issue, not really concerned with that right now

  2. #22
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Ubuntu 20.04 samba nightmare

    I hope you got the complete line into the fstab. If not, problems can happen.
    Code:
    ......     ext4   errors=remount-ro,nodev,nosuid 0 1
    It all needs to be on 1 line, the same line. May need to run
    Code:
    sudo systemctl daemon-reload
    after any changes to the fstab so those get picked up. I'm a little fuzzy as to when that is needed since systemd took over the fstab stuff recently.

  3. #23
    Join Date
    Oct 2020
    Beans
    12

    Re: Ubuntu 20.04 samba nightmare

    TheFu oh ya it just did not show the full code for some reasion when i copy and pasted it "ext4 errors=remount-ro,nodev,nosuid 0 1" is there in full

  4. #24
    Join Date
    Oct 2020
    Beans
    12

    Re: Ubuntu 20.04 samba nightmare

    just one more question since were on the topic of mounting drives, my file server has 4 drives one is the boot and the other 3 are mass storage, and everytime i reboot it messes up my virtual box share folders on my VM that im using, and i have to remount the folders manually, anyway i just want to make sure that i can fstab them to mount on boot too, the GUI seems a bit inept with its auto mount feature
    Code:
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: TYPE="squashfs"
    /dev/loop2: TYPE="squashfs"
    /dev/loop3: TYPE="squashfs"
    /dev/loop4: TYPE="squashfs"
    /dev/loop5: TYPE="squashfs"
    /dev/loop6: TYPE="squashfs"
    /dev/loop7: TYPE="squashfs"
    /dev/sda1: UUID="2f0f8f8e-b2b5-49b8-bd5a-7c29e936a120" TYPE="ext4" PARTLABEL="TB4" PARTUUID="641c3e43-f263-4115-a010-59eee6a56d13"
    /dev/sdb1: UUID="6eb53bfe-1551-490a-b62b-d8594d90a173" TYPE="ext4" PARTLABEL="TB3" PARTUUID="b666338e-ba99-4587-95bd-8393171820f4"
    /dev/sdc1: UUID="9dbfb4e0-c1ff-4016-b1c3-d0f7ff56aa17" TYPE="ext4" PARTLABEL="TB8" PARTUUID="3e99c995-982d-420c-a946-aaf7a0bdc47b"
    /dev/sdd1: UUID="608C-F300" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="e4035d7e-7673-44ae-b0c0-cc61935f1acd"
    /dev/sdd2: UUID="3812d9cf-0377-45d8-a41d-15586edee4f5" TYPE="ext4" PARTUUID="9986e55c-7e4f-4ab9-8975-6a4afd655f27"
    /dev/loop8: TYPE="squashfs"
    is there a way to do this in the GUI or is fstab editing the best way, i just intimidates me alittle, for i feel a mistake while editing the fstab can lead to major issues
    Last edited by kato1144; October 16th, 2020 at 10:27 PM.

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •