topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 10:55 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: ubuntu's worrying decline in quality  (Read 4121 times)

urlwolf

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,837
    • View Profile
    • Donate to Member
ubuntu's worrying decline in quality
« on: January 18, 2010, 03:10 AM »
Is it just me or, There's been a sharp decline in ubuntu's quality?

For example:

http://www.mail-arch....com/msg1969132.html
Confirming, I was able to reproduce the issue by plugging in a brand new
Sandisk Cruzer 8G.

Also, I'm marking this one as Medium since it *will* affect a
substancial number of users, because most USB keys for sale at this
point are already formatted in FAT32 and will trigger this bug.

** Changed in: usb-creator (Ubuntu)
       Status: New => Confirmed

** Changed in: usb-creator (Ubuntu)
   Importance: Undecided => Medium

--
Error "Unable to mount #.#GB Filesystem. A job is pending on /dev/sd?#"
displayed when inserting fat32 drive while usb-creator is open
https://bugs.launchpad.net/bugs/506577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

That means, the OS cannot mount a new USB stick.
If that's not sucking as an OS, I dunno what is...

zridling

  • Friend of the Site
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 3,299
    • View Profile
    • Donate to Member
Re: ubuntu's worrying decline in quality
« Reply #1 on: January 18, 2010, 07:02 AM »
Interesting, and confirms my campaign for new Linux users to stay far away from Ubuntu and its variants; it simply has too many bugs that will drive you crazy, and it's been that way for years! Not sure what "usb-creator" is. Is that a program of some sort? I could be wrong, but the user seems to be confused about the way Linux handles various filesystems.

FAT32 and FAT16 don't have a native permission structure per se so Linux grafts one on it in order to make vfat compatible with Linux. With vfat, you change access permissions by changing the "umask" option in the fstab entry for the vfat partition. You can't use chmod or chown on a vfat filesystem since it has no native permission structure, only an emulated one created by the Linux kernel for compatibility reasons. If you try to chmod or chown a vfat filesystem -- even as root -- you will get a "permission denied" error message.

Native Linux filesystems like ext3, ext4, reiserfs, xfs, etc, have native support for Linux file permissions built into the filesystem. You change the permissions on a partition with a Linux filesystem by running chmod or chown on the partition mount point while the partition is mounted. It will not work if you run those commands while the partition is not mounted. If (or rather why) Ubuntu can't do this is beyond me.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: ubuntu's worrying decline in quality
« Reply #2 on: January 18, 2010, 02:20 PM »
zridling: what does FAT's lack of permissions have to do with this?
- carpe noctem

zridling

  • Friend of the Site
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 3,299
    • View Profile
    • Donate to Member
Re: ubuntu's worrying decline in quality
« Reply #3 on: January 19, 2010, 01:29 AM »
Here's what little I've learned about disk mounting. Mounting of the filesystem permissions is different than permissions of the files on a vfat filesystem. The permissions are established on the mount point. Without user permission/s, your [e.g., EXT4] filesystem won't be able to read that vfat drive. The following pages on chown and chmod explain the options better than I ever could. And don't miss mounting via fstab as an option.

Most distros like openSUSE, Mint, Mepis, PCLinuxOS, Mandriva, et al. will easily mount vfat USB sticks. I don't run Ubuntu, so I've not run into this problem. Wish I knew more.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: ubuntu's worrying decline in quality
« Reply #4 on: January 19, 2010, 03:14 AM »
zridling: yeah, I know about that - but how do you get the impression that it's related to the bug? Might just be me who's dull, but reading the error report doesn't hint at this being the cause?
- carpe noctem

zridling

  • Friend of the Site
  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 3,299
    • View Profile
    • Donate to Member
Re: ubuntu's worrying decline in quality
« Reply #5 on: January 19, 2010, 09:57 PM »
Good point, which makes me wonder why the bug still exists... like most bugs in Ubuntu. Don't mean to trash Ubuntu, but the [Ubuntu] forums have been filled for years with complaints about the same bugs over and over. Since most people use USB sticks to move data around among their systems (esp. when traveling), I'd figure this to be more urgent than "medium."
 :tellme: