Announcement

Collapse
No announcement yet.

Watch Out For BCache Corruption Issues On Linux 5.0 & GCC 9

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • birdie
    replied
    Originally posted by oiaohm View Post
    ...
    OK, I've just installed Ubuntu 18.04, totally default installation parameters in VirtualBox. I did not change anything at all. Guess what, it does not allow me to shrink the root filesystem. You're busted and I don't wanna discuss this any more. ;-) Next time find more reliable links and probably record videos to prove your words. It doesn't take long to download ubuntu-18.04.2-desktop-amd64.iso and install in in a VM. I've spent less than 5 minutes on that. Just to prove I've actually did it, here's this ISO sha512sum (not yet published on the internet):

    Code:
    07821b29b372dedc293fac33da1cc5575d656ad83f87f96e709e770b9057c0492640f945c4711b7feb602275c3404b107d12cca0d5656f2a3c51161424d7a671
    I absolutely love that some people "like" your posts without ever leaving any comments. It perfectly shows how unintelligent they are since they choose sides without checking facts. Total believers in Linux superiority. What a beautiful Linux parish we have here.

    Leave a comment:


  • birdie
    replied
    Originally posted by gilboa View Post
    Birdie,

    I know I'm wasting my time feeding you, but, ever tried moving C:\Users or worse, C:\Program Files* into a __mounted__ and fully working storage spaces array __without__ reinstalling Windows? Heck, ever managed to move C:\Users and C:\Program files* to another partition without banging your head in safe mode console?
    'Cause, I can move full file systems back and forth (including the root FS) from one device (or storage array) to another, remove drives, replace them, and shove them back all day long as long as I use LVM.
    E.g. Add physical disk / array to the LVM, move the logical volumes into the new device / array, remove the old device / array from LVM, replace it, etc.

    - Gilboa
    The fact that Windows does not allow you to move system files, including some files from your user account, doesn't invalidate my previous points. It shows some Windows limitations which have existed since Windows 95/NT 3.51 and I'm not even slightly inconvenienced by them. You can think of many crazy things you can't do in Windows but resizing volumes is available out of the box for the most stupid people out there.

    Leave a comment:


  • Weasel
    replied
    Originally posted by oiaohm View Post
    So Windows chkdsk that is used in part of the structure defrags on NTFS file systems does not count either. Bad news some of Windows defraging that allows freespace to sort out is in fact done offline. EXT4 freespace defrag it all has to be done off line at this stage.
    But NTFS is also garbage and can't even defragment the MFT properly. I'm just saying that ext4 simply blows and the sad thing is that most of the other Linux filesystems are even worse or unstable.

    Leave a comment:


  • birdie
    replied
    Originally posted by oiaohm View Post


    https://www.systutorials.com/5621/ex...-lvm-in-linux/

    Could you stop being incompetent and accusing me of lying. That video is extending a partition above Is Linux Instructions with LVM partitions extending any EXT4 partition including root while mounted. There is no need to record a screen cast.

    Shrinking partitions under Linux requires you to take partition off line under Linux. Moving the start of a non LVM partition requires taken the partition offline. Both of these by Microsoft administrator guides you should have backed up NTFS partitions before performing.

    With Linux once you are needing to unmounted you are doing something possible dangerous that might cause data loss.


    This is not true either.
    https://www.2daygeek.com/how-to-relo...system-reboot/
    There is a rule you cannot have your partition change cause the partition number of mounted partition change or a mounted partitions start move if you do all hell breaks loss at the Linux partition table reload into a hot running system.


    Birdie is not me who is the egregiously lying. Please Birdie stop egregiously lying. Linux does not always make it simple but things you are claiming cannot be done in Linux have been able to be done by those who know what they are doing for the past 20 years. Basically please stop being 2 decades out of date.
    Let's try this unique recipe which I'm sure as hell you've never tested. In a fully updated Fedora 30:

    Code:
    # partprobe /dev/sda
    Does nothing. Dmesg is empty.

    Code:
    # blockdev --rereadpt -v /dev/sda
    blockdev: ioctl error on BLKRRPART: Device or resource busy
    IOW, error.

    Code:
    # hdparm -z /dev/sda
    
    /dev/sda:
     re-reading partition table
     BLKRRPART failed: Device or resource busy
    IOW, error.

    Code:
    # partx -a /dev/sda
    partx: /dev/sda: error adding partitions 1-4
    IOW, error.

    Also, you are back to console commands, aren't you? You said I could do that from GUI. LOL.

    I will now test whether GParted can actually resize mounted filesystems because I don't trust your links any more. Perhaps you're right, perhaps you aren't. YouTube has no videos for doing that. So far I've found only the videos from people who say, "Reboot into a Live CD and pray", sorry, "resize your partitions from it" which kinda goes against your words.
    Last edited by birdie; 16 May 2019, 11:29 AM.

    Leave a comment:


  • gilboa
    replied
    Birdie,

    I know I'm wasting my time feeding you, but, ever tried moving C:\Users or worse, C:\Program Files* into a __mounted__ and fully working storage spaces array __without__ reinstalling Windows? Heck, ever managed to move C:\Users and C:\Program files* to another partition without banging your head in safe mode console?
    'Cause, I can move full file systems back and forth (including the root FS) from one device (or storage array) to another, remove drives, replace them, and shove them back all day long as long as I use LVM.
    E.g. Add physical disk / array to the LVM, move the logical volumes into the new device / array, remove the old device / array from LVM, replace it, etc.

    - Gilboa

    Leave a comment:


  • oiaohm
    replied
    Originally posted by birdie View Post
    Should I record a screencast of Windows resizing its system partition on the fly? In fact here's a youtube video where it's shown: https://www.youtube.com/watch?v=NeXmSLpNhXA

    Could you record a screencast of resizing mounted volumes in Linux on the fly? What about the / (root) partition?

    https://www.systutorials.com/5621/ex...-lvm-in-linux/

    Could you stop being incompetent and accusing me of lying. That video is extending a partition above Is Linux Instructions with LVM partitions extending any EXT4 partition including root while mounted. There is no need to record a screen cast.

    Shrinking partitions under Linux requires you to take partition off line under Linux. Moving the start of a non LVM partition requires taken the partition offline. Both of these by Microsoft administrator guides you should have backed up NTFS partitions before performing.

    With Linux once you are needing to unmounted you are doing something possible dangerous that might cause data loss.

    Originally posted by birdie View Post
    In Linux you cannot modify the partition table if at least a single partition is mounted off it. If you cannot change the partition table, you cannot do freaking anything.
    This is not true either.
    https://www.2daygeek.com/how-to-relo...system-reboot/
    There is a rule you cannot have your partition change cause the partition number of mounted partition change or a mounted partitions start move if you do all hell breaks loss at the Linux partition table reload into a hot running system.

    Originally posted by birdie View Post
    Could you stop egregiously lying?
    Birdie is not me who is the egregiously lying. Please Birdie stop egregiously lying. Linux does not always make it simple but things you are claiming cannot be done in Linux have been able to be done by those who know what they are doing for the past 20 years. Basically please stop being 2 decades out of date.
    Last edited by oiaohm; 16 May 2019, 07:47 AM.

    Leave a comment:


  • gilboa
    replied
    Originally posted by Azrael5 View Post
    Linux operating systems have problems in HDD/SSD management since 10/15 years at least. HDDs are struggling on I/O operations. The same hard drive used in XP is not so strained making the operation very quick without any noise compared to every linux operating system. This kind of thing happen when the hard drive is too much fragmented or there are problems on the mapping of data.
    I'm a bit late to the game, but due to the native of the (cross platform) software my company is developing we've been doing ____extensive___ benchmarks on any combination of software (proprietary, FS, databases), OS (Linux, BSD, Windows server) and hardware (single drive HDD / SSD, to 500TB+ in HDD RAID 50/60 and 100+ TB SSD RAID10/50/60).
    In nearly all benchmarks (beyond static sequential read and write) Windows is considerably slower. But how much? 5% to 95%.
    E.g. Some operations, such as creating new files or deleting old files in __huge__ directories (with 100,000 of files) Windows can be 20-30 times (!) slower than Linux. Same goes when trashing the FS with _huge_ amount concurrent I/O write requests.

    Now, Linux is not created equal, far from it. In most operations we found that ext4 is _faster_ than xfs, as long as you are crazy enough to partition your storage into small chunks. (We actually use 1TB chunks are distribute the load between them, managing 512 partitions is nothing to sneeze at).

    Never the less, I should point out that:
    1. Windows server 2K16 is considerably faster than Windows server 2K12 / 2K8 (we're yet to do considerable testing on Windows server 2K19).
    2. I doubt that anything I said has any bearing if you're a desktop user (Unless you use software RAID, as both disk manager built RAID and storage spaces both still perform poorly compared to MDRAID).

    - Gilboa
    Last edited by gilboa; 16 May 2019, 07:35 AM.

    Leave a comment:


  • birdie
    replied
    Originally posted by oiaohm View Post
    No Windows will refuse todo particular file systems resizes to NTFS partition while the file system is on-line.


    Not a single point that true. There are graphical interfaces like gparted you can use.


    This applies to using Windows disk manager have you not read the Microsoft Administrators guide.

    Should I record a screencast of Windows resizing its system partition on the fly? In fact here's a youtube video where it's shown: https://www.youtube.com/watch?v=NeXmSLpNhXA

    Could you record a screencast of resizing mounted volumes in Linux on the fly? What about the / (root) partition? In Linux you cannot modify the partition table if at least a single partition is mounted off it. If you cannot change the partition table, you cannot do freaking anything.

    Could you stop egregiously lying?

    Originally posted by chithanh View Post
    Stop moving the goalposts. There is no shell needed, contrary to your claims. Creating a USB flash drive with Linux on it is trivial and there are also GUI tools which will perform that for you.
    No USB flash drive is required in Windows. Everything is available out of the box. On some laptops and PCs booting off a USB flash drive requires entering BIOS and meddling with its settings. And it's extremely complicated for > 98% of users out there.

    Originally posted by chithanh View Post
    Um, you may want to re-read the part in bold again. My arguments are based on what Microsoft says and what independent journalists have discovered after using Windows key checker tools on test purchases of Windows keys. Your arguments are based on TFYA.
    Over two dozen of Windows licenses I've bought on Ebay and other places are all functional. Ebay sellers who sell such licenses have over 98% positive ratings. You anecdotal journalistic evidence is anecdotal. Also, again, for the deaf among us, Windows 10 OEM license costs $100. Anyone can afford that. Stop with your BS.

    Originally posted by chithanh View Post
    No, you get 3(?) activations in that timeframe. However, if you attempt to re-install one of these keys a few months later, activation could fail.
    Microsoft themselves warn about this.



    Their German website is even more explicit:

    https://www.microsoft.com/de-de/akti...eres-einkaufen

    They will perfectly fine activate the Windows 10 ISO image that you can download directly from Microsoft.
    Beside the point.
    Last edited by birdie; 16 May 2019, 06:00 AM.

    Leave a comment:


  • oiaohm
    replied
    Originally posted by Weasel View Post
    That's like saying just copy all your files somewhere else and re-create the ext filesystem and copy them back. Same kind of stupid "solutions". If it has to be taken offline then it doesn't count.
    So Windows chkdsk that is used in part of the structure defrags on NTFS file systems does not count either. Bad news some of Windows defraging that allows freespace to sort out is in fact done offline. EXT4 freespace defrag it all has to be done off line at this stage.

    So things are not quite as straight forwards as it seams.

    Really the resize2fs stacks the files in tighter on each other and reduces the inode count. Now it has not recreated the file system structures. To make it a proper ext freespace defrag all you need todo is remove the bit of code that updates the inode count so does not reduce the size of the file system. Then you would have functional off-line freespace defrag on ext file systems

    Ext4 online defrag for normal files was developed as offline defrag first. So if someone wanted to make the first stage of a tool to perform freespace space defrag on ext partitions they just need to pick up the resize2fs and modify. Once that done it would be work on how to modify the online defrag to be able todo it.

    Basically the first stage exists in resize2fs in fact someone could just take the -M flag of resize2fs add a new flag to resize2fs like -C for compact with the partition resize stuff removed and there is your offline freespace defrag done.

    Yes there is complaining about these issues but with how simple the fix would be and its not done people must not find it a critical missing feature.

    Leave a comment:


  • oiaohm
    replied
    Originally posted by birdie View Post
    What bullocks do we have here. LOL. In Windows I go to disk manager and resize all my volumes using GUI without even rebooting.
    No Windows will refuse todo particular file systems resizes to NTFS partition while the file system is on-line.

    Originally posted by birdie View Post
    1) you must learn shell
    2) you must learn how to boot your system to text mode (or change runlevels whatever they are called now)
    3) you must learn how to re/un/mount your root/other partitions read only (Linux GUI partition applications tools cannot operate on mounted partitions)
    4) you must learn partition tables and how to work with them
    5) you must learn to identify partitions
    Not a single point that true. There are graphical interfaces like gparted you can use.

    Originally posted by birdie View Post
    6) you must learn how to create backups (resizing partitions is not exactly foolproof)
    7) you must not make mistakes (you can easily kill all your data by using fdisk/gdisk/gparted/etc.).
    This applies to using Windows disk manager have you not read the Microsoft Administrators guide.


    Leave a comment:

Working...
X