Search found 11454 matches

by altair4
Tue Apr 23, 2024 6:07 am
Forum: Storage
Topic: Mounted but not Recognized
Replies: 4
Views: 81

Re: Mounted but not Recognized

The folks here need something to work with. Post the output of this command:

Code: Select all

lsblk -fl
by altair4
Sun Apr 21, 2024 6:06 am
Forum: Beginner Questions
Topic: [SOLVED] chown setting root as owner instead of my chosen user for NTFS drive
Replies: 5
Views: 134

Re: [SOLVED]chown setting root as owner instead of my chosen user for NTFS drive

Using the "permissions" option on an NTFS partition in Linux requires you to essentially create lookup tables on Windows that states "this linux user = this windows user" and in Linux that states "this windows user = this linux user". I have never met anyone that hasn't...
by altair4
Sat Apr 20, 2024 4:43 pm
Forum: Xfce
Topic: Still need help with permission error mounting drives [SOLVED]
Replies: 11
Views: 205

Re: Still need help with permission error mounting drives

Just to be clear about all this it's not that you can't mount the shares. It's not that you can't access the shares since they are on the side panel of Thunar or worst case at the gvfs mount points. The problem is they do not show up on the desktop -- in XFCE. There's an open bug report on this: xfd...
by altair4
Sat Apr 20, 2024 12:48 pm
Forum: Xfce
Topic: Still need help with permission error mounting drives [SOLVED]
Replies: 11
Views: 205

Re: Still need help with permission error mounting drives

it's not obsolete.
Xubuntu 22.04:
tester@vxub2204:~$ pgrep gvfsd-fuse -l
1794 gvfsd-fuse
tester@vxub2204:~$ mount | grep gvfs
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
tester@vxub2204:~$
by altair4
Fri Apr 19, 2024 5:10 pm
Forum: Beginner Questions
Topic: [SOLVED] chown setting root as owner instead of my chosen user for NTFS drive
Replies: 5
Views: 134

Re: chown setting root as owner instead of my chosen user for NTFS drive

@taltamir Your post makes no sense whatsoever. You can't chown, chmod, chanything an NTFS partition. Post the output of the line in /etc/fstab that is mounting this partition to /mnt/D Someone here can tell you how to add uid=t to your fstab declaration --- if it is a NTFS partition. Or what to do w...
by altair4
Thu Apr 18, 2024 12:37 pm
Forum: Chat about Linux
Topic: Does Ubuntu 24.04 let you install Gdebi?
Replies: 5
Views: 259

Re: Does Ubuntu 24.04 let you install Gdebi?

tester@vub2404:~$ sudo apt install gdebi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gdebi is already the newest version (0.9.5.7+nmu7).
0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
I'm going to go with Yes as the answer.
by altair4
Thu Apr 18, 2024 8:23 am
Forum: Storage
Topic: [SOLVED] HDD Storage Mounted Poorly?
Replies: 29
Views: 552

Re: HDD Storage Mounted Poorly?

Hi Altair4, I'm confused whether the drive is mounted at /mnt, or is mounted at a subdirectory of mnt/, i.e. mnt/7b479b37-0f01-4a7d-8dec-4c1ba0b7a6c8. Are you advising creating a subdirectory within /mnt, i.e. mnt/Storage to mount the drive? I think this is what AndyMH is advising. [I think it woul...
by altair4
Thu Apr 18, 2024 6:41 am
Forum: Storage
Topic: [SOLVED] HDD Storage Mounted Poorly?
Replies: 29
Views: 552

Re: HDD Storage Mounted Poorly?

If you're asking for an opinion I think it would make way more sense to mount this partition to /mnt/Storage since Storage is the partitions LABEL. If you ever need to do anything in a terminal that needs to reference that mount point it will be far easier with less opportunity to make typos than us...
by altair4
Wed Apr 17, 2024 7:12 am
Forum: Storage
Topic: [SOLVED] HDD Storage Mounted Poorly?
Replies: 29
Views: 552

Re: HDD Storage Mounted Poorly?

From man mount: user Allow an ordinary user to mount the filesystem. The name of the mounting user is written to mtab so that he can unmount the filesystem again. Only the user that mounts the partition can unmount it. The user that mounts the partition via fstab is root so only root can unmount the...
by altair4
Wed Apr 17, 2024 6:54 am
Forum: Beginner Questions
Topic: [solved] LMDE and NTFS
Replies: 8
Views: 201

Re: LMDE and NTFS

I'm confused. Your error message states: Filesystem type ntfs3,ntfs not configured in kernel

There is no ntfs3 or ntfs3,ntfs filesystem type. Post the line in /etc/fstab that is trying to mount this partition. It may be just a typo.
by altair4
Wed Apr 17, 2024 6:07 am
Forum: Storage
Topic: [SOLVED] HDD Storage Mounted Poorly?
Replies: 29
Views: 552

Re: HDD Storage Mounted Poorly?

If you still plan on using the ntfs partition as posted: [1] Unmount the partition: sudo umount /media/bruce/DATA1 [2] Make a permanent mount point: sudo mkdir /media/DATA [3] Edit /etc/fstab and enter the following line at the end of the file: UUID=7008BDDA08BDA010 /media/DATA ntfs defaults,uid=bru...
by altair4
Tue Apr 16, 2024 3:28 pm
Forum: Networking
Topic: SMB access to NAS uses SMB1, but should use SMB2 or SMB3
Replies: 17
Views: 468

Re: SMB access to NAS uses SMB1, but should use SMB2 or SMB3

Regrettably there is no Linux wsdd client outside of KDE and even that is easily broken. That isn't entirely true, wsdd can now act as a client, see 'man wsdd', I just cannot get wsdd to do both at the same time. This is breaking all the rules of this forum but you might be interested in something ...
by altair4
Tue Apr 16, 2024 7:43 am
Forum: Storage
Topic: [SOLVED] HDD Storage Mounted Poorly?
Replies: 29
Views: 552

Re: HDD Storage Mounted Poorly?

Please post the output of the following command:

Code: Select all

lsblk -fl
by altair4
Tue Apr 16, 2024 6:21 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive [SOLVED]

If you want to create a share that is only accessible to you make it so: [Public] valid users = logan path = /home/logan/Public read only = No Just make sure you add yourself to the samba password database: sudo smbpasswd -a logan You can also just reconstitute the [homes] share which is "comme...
by altair4
Mon Apr 15, 2024 3:31 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive

my Dell Linux Box could mount the HP's box using "hp-z220-sff-workstation" as the host, but now on this setup I can only mount it by its IP address. I actually have no idea why that host name works at all but it is likely you are not limited to using an ip address. The 15 character limit ...
by altair4
Mon Apr 15, 2024 12:54 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive

Authentication and access to the shared resource are two different things. Debian samba server share: [Test] guest ok = Yes path = /home/tester/Test read only = No ~$ smbclient //vdeb12xfce.local/Test Password for [WORKGROUP\tester]: Anonymous login successful Try "help" to get a list of p...
by altair4
Mon Apr 15, 2024 12:11 pm
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive

[Public] force user = logan guest ok = Yes path = /home/logan/Public read only = No That's not going to work. The "guest" user will never be able to traverse the /home/logan folder to get to the Public folder. I think RowlandP and I are saying the same thing but I have a slightly differen...
by altair4
Mon Apr 15, 2024 7:03 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive

Regrettably, the Linux hostname is limited to 63 characters. It would be nice if the installer would at least inform the user that the NetBIOS name has a 15 character limit and that by default Linux will make the NetBIOS name = Linux host name but that will never happen. Windows will truncate if the...
by altair4
Mon Apr 15, 2024 6:17 am
Forum: Networking
Topic: my HP's samba cannot share its own Public drive [SOLVED]
Replies: 24
Views: 384

Re: my HP's samba cannot share its own Public drive

Please post the output of the following commands on the hp-z220-sff-workstation box:

Code: Select all

testparm -s

Code: Select all

net usershare info --long
by altair4
Sun Apr 14, 2024 6:33 am
Forum: Xfce
Topic: Cannot get my mounted network shared dirs to show
Replies: 3
Views: 85

Re: Cannot get my mounted network shared dirs to show

Run the following command:

Code: Select all

/usr/lib/gvfs/gvfsd-fuse /run/user/$UID/gvfs
Does it show up now?

Go to advanced search