I solved the links problem, but is the Loop Device normal?
Announcement
Collapse
No announcement yet.
2nd HDD
Collapse
This topic is closed.
X
X
-
no ,,,,,have you installed any snap packages as of late ,,,,,,this looks like crud leftover from the one I just installed ,,,,,I have it to .
yes i just confirmed it's crud left from installing a snap package
this is where following the "loop device" takes you
Code:/snap/core/2462$ ls bin boot dev etc home lib lib64 media meta mnt opt proc root run sbin snap srv sys tmp usr var writable vinny@vinny-Bonobo-Extreme:/snap/core/2462$
i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
and to add to the BS
Code:vinny@vinny-Bonobo-Extreme:~$ snap list Name Version Rev Developer Notes core 16-2.26.14 2462 canonical core vinny@vinny-Bonobo-Extreme:~$ sudo snap remove core [sudo] password for vinny: error: cannot remove "core": snap "core" is not removable vinny@vinny-Bonobo-Extreme:~$
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
OK removing the "snapd" package got rid of the loop device and the hole filesystem tree residing under /snap/core/xxxx
I know that was so you could run a snap package in a fire jailed kinda way and not mess with the actual system ,,,,but to leave it mounted under a loop device after you were done with and even removed the application ,,,is just wrong in my opinion.
I am done with snaps
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
I've read this has been identified as a problem. I didn't really like snaps either but it's still kinda new. Maybe in a year or so they'll work out these kind of issues. I can see a purpose for them, but maybe not yet main stream.
- Top
- Bottom
Comment
-
BTW, in case anyone reading this thread cares, RedHat only had one developer working on btrfs so their contribution was very small and really won't be missed.
It looks like Google will be going to try ZFS for Android (because it has built-in encryption and btrfs doesn't yet) but due to licensing issues ZFS will never be in the kernel so it'll never be main stream for Linux.
btrfs is already the default in SUSE Enterprise server installations and Facebook uses btrfs so I doubt it's going anywhere soon. However, the real question is does it benefit you?
- Top
- Bottom
Comment
-
Ellison, who Owns Oracle, never seems to have enough fighter jets or pacific islands, so I don't expect him to allow any implementation of ZFS not licensed by him to exist for very long if it becomes popular. I installed zfs-fuse (OpenZFS) and played with it. Then deleted it. Zfssnap is like snapper.
Btrfs is awesome and, IMO, EXT4 is long in the tooth and should be retired.
Isn't RH playing with XFS, which has been part of Linux since 2001, but has some serious disadvantages for users of desktop/laptop systems."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
As of the Linux 4.12 kernel: https://btrfs.wiki.kernel.org/index.php/StatusWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
2nd HDD
Originally posted by Snowhog View PostAs of the Linux 4.12 kernel: https://btrfs.wiki.kernel.org/index.php/Status
It looks like the RAID56 patch which was on the kernel email list last month was not accepted by Linus, or it will be in a subsequent release. Doesn't affect me, however.Last edited by GreyGeek; Sep 05, 2017, 09:34 PM."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
-
Perm Banned him. Post is gone.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
-
Originally posted by vinnywright View PostOK removing the "snapd" package got rid of the loop device and the hole filesystem tree residing under /snap/core/xxxx
I know that was so you could run a snap package in a fire jailed kinda way and not mess with the actual system ,,,,but to leave it mounted under a loop device after you were done with and even removed the application ,,,is just wrong in my opinion.
I am done with snaps
VINNY
Last edited by SpecialEd; Sep 07, 2017, 04:07 PM.If you think Education is expensive, try ignorance.
The difference between genius and stupidity is genius has limits.
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postwhat you want to do is ...if your going to use Dolphin as root (it will nead to be to do this) use kdesudo dolphin in Krunner or a terminal...
first make the folders you want on the 2nd HD after you have it mounted to a place like /mnt/hd1 (can be anywhere and named anything) and have an entry for it in /etc/fstab so it is mounted at boot .
then IF you have anything in those folders on the SSD in /home/you copy it to the corresponding folder on the second HD.
then delete the orginal folders in /home/you on the SSD and drag and drop the ones you made on the HD back to /home/you on the SSD ,,,when you drop them their you will get a popup to copy,move,or link ,,,chose link ,,,,as you do each one right click it , click properties permissions tab and make sure the owner and group is you you not root root ,,,if root change
to you ,,,,done
and yes the system will seamlessly use them as if they were the originals ,,,,,,,,,,,,,,,
VINNY
EDIT: if you do not feel comfortable doing all this at first ,,,just get the system installed to the SSD and your other dives installed in the box then get back to US and we will walk you through the rest .
Thanks,
EdIf you think Education is expensive, try ignorance.
The difference between genius and stupidity is genius has limits.
- Top
- Bottom
Comment
-
There are nine loop devices in /dev, loop0 through loop7 and loop-controller.
I've seen them used in the past for mounting kernel images and ISO files, for Wubi installations, and with snap using losetup. binding loop0 to /var/lib/snapd/snaps/core_1337.snap, for example.
I view snap as an attempt by Shuttlesworth to create a store and monitize Ubuntu apps. If he can make money doing that more power to him, but snap is no longer on my system. I prefer AppImages."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
Comment