You are not logged in.

#1 2008-10-09 15:48:22

eldarion
Member
From: Santarém - Portugal
Registered: 2006-08-01
Posts: 71

[SOLVED] NTFS partitions not showing on system:/media

Hi, Arch community!

I am having issues with my NTFS partitions not showing on system:/media (KDE3) since the last update. I have updated the packages: 

- cracklib, pm-utils, udev, hal, initscripts, klibc, klibc-extras, klibc-kbd, klibc-module-init-tools, klibc-udev, libldap, nvidia-utils, nvidia

here is the pacman.log for that update:

[2008-10-08 22:37] synchronizing package lists
[2008-10-08 22:37] starting full system upgrade
[2008-10-08 22:39] synchronizing package lists
[2008-10-08 22:39] starting full system upgrade
[2008-10-08 22:39] upgraded cracklib (2.8.12-1 -> 2.8.13-1)
[2008-10-08 22:39] upgraded pm-utils (1.2.1-1 -> 1.2.2.1-1)
[2008-10-08 22:39] upgraded udev (119-1 -> 128-5)
[2008-10-08 22:39] warning: directory permissions differ on media/
[2008-10-08 22:39] upgraded hal (0.5.11-1 -> 0.5.11-4)
[2008-10-08 22:39] upgraded initscripts (2008.08-1 -> 2008.09-2)
[2008-10-08 22:39] upgraded klibc (1.5-6 -> 1.5.14-1)
[2008-10-08 22:39] upgraded klibc-extras (2.4-2 -> 2.5-1)
[2008-10-08 22:39] upgraded klibc-kbd (1.15.20080312-6 -> 1.15.20080312-7)
[2008-10-08 22:39] upgraded klibc-module-init-tools (3.4-1 -> 3.4-2)
[2008-10-08 22:39] upgraded klibc-udev (116-4 -> 128-1)
[2008-10-08 22:39] upgraded libldap (2.3.40-1 -> 2.3.43-3)
[2008-10-08 22:39] warning: directory permissions differ on usr/share/pixmaps/
[2008-10-08 22:39] -------------------------------
[2008-10-08 22:39] By using this package you accept the NVIDIA license,
[2008-10-08 22:39] which has been installed in /usr/share/licenses/nvidia/LICENSE
[2008-10-08 22:39] If you do not accept this license, you must remove the package immediately.
[2008-10-08 22:39] Dont forget to update your /etc/X11/xorg.conf
[2008-10-08 22:39] In order to use nvidia-settings, you need to install the gtk2 package.
[2008-10-08 22:39] In order to use nvidia-xconfig, you need to install the pkgconfig package.
[2008-10-08 22:39] -------------------------------
[2008-10-08 22:39] nvidia 9746 drops support for Geforce 3 and 4 cards
[2008-10-08 22:39] If you have such a card, install the nvidia-96xx, nvidia-96xx-utils,
[2008-10-08 22:39] nvidia-96xx-ck, nvidia-96xx-beyond, nvidia-96xx-suspend2 packages
[2008-10-08 22:39] For a list of supported cards, see /usr/share/doc/nvidia/supported-cards.txt
[2008-10-08 22:39] -------------------------------
[2008-10-08 22:39] :: Updating symlinks to use xorg-server libwfb
[2008-10-08 22:39] upgraded nvidia-utils (173.14.12-1 -> 177.80-1)
[2008-10-08 22:39] In order to use the new nvidia module, exit Xserver and unload it manually.
[2008-10-08 22:39] upgraded nvidia (173.14.12-3 -> 177.80-1)

(i have done the "rm -R /usr/lib/klibc/include/asm" thing before the update).

I have one HDD with 4 partitions as follows:

# fdisk -l

Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfe84fe84

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2748    22073278+   7  HPFS/NTFS
/dev/sda2            2749        9119    51175057+   7  HPFS/NTFS
/dev/sda3            9120        9884     6144862+  83  Linux
/dev/sda4            9885       10011     1020127+  82  Linux swap / Solaris

and have my HDD partitions mounted on boot:

# cat /etc/fstab

/dev/sda4 swap swap defaults 0 0
/dev/sda3 / reiserfs defaults 0 0
/dev/sda1 /media/ntfs1 ntfs-3g users,exec,uid=1000,gid=100,fmask=0113,dmask=0002,silent,locale=pt_PT.UTF-8,umask=0 0 0
/dev/sda2 /media/ntfs2 ntfs-3g users,exec,uid=1000,gid=100,fmask=0113,dmask=0002,silent,locale=pt_PT.UTF-8,umask=0 0 0

I have no problems accessing the ntfs partitions from /media/ntfs1 or /media/ntfs2, but they don't show in  system:/media. Only my linux partition (sda3) shows there.

Since KDE uses HAL for managing partitons, i have done:

# ls /dev/disk/by-uuid/

2e47206c-1c8d-45be-b58d-bca92c6f5e34

Is this normal, only showing one UUID? Or "by-uuid" only shows the HDD's, not partitions?


Thanks in advance.

Last edited by eldarion (2008-10-10 16:07:45)

Offline

#2 2008-10-09 18:41:06

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] NTFS partitions not showing on system:/media

http://bugs.archlinux.org/task/11675
maybe they are related with this bug

Last edited by wonder (2008-10-09 18:41:47)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2008-10-09 19:33:40

eldarion
Member
From: Santarém - Portugal
Registered: 2006-08-01
Posts: 71

Re: [SOLVED] NTFS partitions not showing on system:/media

wonder wrote:

http://bugs.archlinux.org/task/11675
maybe they are related with this bug

Thanks for replying, wonder.

It may be related to that bug. I have installed Gnome and it works great there. For KDE3 i can't say the same thing. 

Thanks for the tip.

Last edited by eldarion (2008-10-09 20:29:29)

Offline

#4 2008-10-10 16:06:57

eldarion
Member
From: Santarém - Portugal
Registered: 2006-08-01
Posts: 71

Re: [SOLVED] NTFS partitions not showing on system:/media

ok, it's fixed now.

Offline

Board footer

Powered by FluxBB