Hallo zusammen,
ich habe das Thema in die KDE Gruppe gelegt, da es um den Device Notifier geht, also das kleine USB Symbol in der KDE Leiste mit dem ich die Geräte einhänge.
mount sagt folgendes:
# mount /dev/sdf1 /mnt
mount: unknown filesystem type 'exfat'
Da aber das fuse-exfat Paket installiert ist funktioniert dies hier:
# mount.exfat /dev/sdf1 /mnt
FUSE exfat 0.9.8
Natürlich geht das mounten nur auf der Console und als nur als root. Ich möchte aber als normaler User das Gerät mounten mit der schönen GUI. (Bzw auch nicht einfach dem /sbin/mount.exfat-fuse eine andere Berechtigung geben)
Wo kann man im Device Notifier einstellen welches mount benutzt werden soll? Wie kann man die Berechtigungen dafür festlegen (d.h. als user mountbar)?
Hier noch weitere Informationen zum System:
- opensuse 12.2 (x86_64)
- 64GB SD-Card
Nach dem Einstecken der SD-Karte:
Fdisk sagt folgendes:
ich habe das Thema in die KDE Gruppe gelegt, da es um den Device Notifier geht, also das kleine USB Symbol in der KDE Leiste mit dem ich die Geräte einhänge.
mount sagt folgendes:
# mount /dev/sdf1 /mnt
mount: unknown filesystem type 'exfat'
Da aber das fuse-exfat Paket installiert ist funktioniert dies hier:
# mount.exfat /dev/sdf1 /mnt
FUSE exfat 0.9.8
Natürlich geht das mounten nur auf der Console und als nur als root. Ich möchte aber als normaler User das Gerät mounten mit der schönen GUI. (Bzw auch nicht einfach dem /sbin/mount.exfat-fuse eine andere Berechtigung geben)
Wo kann man im Device Notifier einstellen welches mount benutzt werden soll? Wie kann man die Berechtigungen dafür festlegen (d.h. als user mountbar)?
Hier noch weitere Informationen zum System:
- opensuse 12.2 (x86_64)
- 64GB SD-Card
Nach dem Einstecken der SD-Karte:
Code:
cat /var/log/messages:
...
Oct 6 13:16:31 marco kernel: [ 3766.018739] sdf: sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** CHANGING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** UPDATING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** CHANGED /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** REMOVING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** EMITTING REMOVED for /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** CHANGING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** UPDATING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** CHANGED /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf
Oct 6 13:16:31 marco dbus-daemon[791]: **** ADDING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** UPDATING /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** ADDED /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Oct 6 13:16:31 marco dbus-daemon[791]: **** EMITTING ADDED for /sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.0/0000:07:01.0/0000:08:00.0/usb4/4-1/4-1:1.0/host12/target12:0:0/12:0:0:1/block/sdf/sdf1
Fdisk sagt folgendes:
Code:
Disk /dev/sdf: 64.0 GB, 63962087424 bytes
255 heads, 63 sectors/track, 7776 cylinders, total 124925952 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdf1 32768 124925951 62446592 7 HPFS/NTFS/exFAT