** Description changed: Hello, Let me explain my issue in detail, so that you all get a clear picture. I have a laptop and it's running on ubuntu 11.10. Also i had partitioned my hdd to different partitions, please note that all of my partitions are ext4(one is ntfs). When I installed ubuntu I created a default user named ms. After the install I created another user named abc. The problem is this newly created user(abc) cannot access my internal partitions except ntfs. Here are the various logs. --- $lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 11.10 Release: 11.10 Codename: oneiric $ uname -a Linux ms-Lenovo-G550 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:34:47 UTC 2011 i686 i686 i386 GNU/Linux $ egrep "abc|ms" /etc/passwd ms:x:1000:1000:MS,,,:/home/ms:/bin/bash abc:x:1002:1002:abc,,,:/home/abc:/bin/bash $ id ms uid=1000(ms) gid=1000(ms) groups=1000(ms),1002(abc),1003(hdd) abc@ms-Lenovo-G550:~$ id abc uid=1002(abc) gid=1002(abc) groups=1002(abc),1000(ms),1003(hdd) abc@ms-Lenovo-G550:~$ mount |tail -5 /dev/sda5 on /media/Songs type ext4 (rw,noexec,nosuid,nodev,commit=0) /dev/sda8 on /media/Misc_ type ext4 (rw,nosuid,nodev,commit=0,uhelper=udisks) /dev/sda7 on /media/Softs type ext4 (rw,nosuid,nodev,commit=0,uhelper=udisks) /dev/sda6 on /media/Films type ext4 (rw,nosuid,nodev,uhelper=udisks) /dev/sda2 on /media/TEST type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) - abc@ms-Lenovo-G550:~$ ll /media/ total 32 drwxr-xr-x 8 root root 4096 2012-01-04 16:49 ./ drwxr-xr-x 24 root root 4096 2011-12-11 22:30 ../ drwxrw---- 6 ms ms 4096 2011-11-19 15:45 Films/ drwxr-xr-x 2 root root 4096 2011-12-29 22:40 Misc/ drwx------ 18 ms ms 4096 2011-12-30 17:28 Misc_/ drwx------ 18 ms ms 4096 2012-01-01 08:55 Softs/ drwxrwx---+ 6 ms abc 4096 2011-11-17 03:06 Songs/ drwx------ 1 abc abc 4096 2012-01-04 16:49 TEST/ abc@ms-Lenovo-G550:~$ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> - proc /proc proc nodev,noexec,nosuid 0 0 + proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation - UUID=9fa65e41-5c75-4636-a3b5-961739b245c2 / ext4 errors=remount-ro 0 1 + UUID=9fa65e41-5c75-4636-a3b5-961739b245c2 / ext4 errors=remount-ro 0 1 /dev/sda5 /media/Songs ext4 rw,users,acl 0 0 - I mounted all those partitions under the user account abc, but I see the + I mounted all those partitions under the user account abc, but see the permissions except NTFS one(also leave the Songs partition) Anyway to mount ext4 as same as ntfs? is it a bug or something? Thanks Vipin MS
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/911709 Title: Newly created users cannot access ext4 partitions. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/911709/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
