search for: uhelper

Displaying 20 results from an estimated 21 matches for "uhelper".

Did you mean: helper
2014 Jan 18
2
mounting CDROM without mapaping UC to LC
...ng files on it while mounted on Centos 6.5, and those tools assume uppercawse, since they assume the entire world runs Windoze.) but despite my best efforts, it keeps being mounted with UC-LC mapping enabled. here's what I've been trying: mount -t iso9660 -o norock,remount,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 /dev/sr0 /mnt/cd and even this: umount /mnt/cd mount -t iso9660 -o norock,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 /dev/sr0 /mnt/cd I've also tried using nojoliet both with and without norock...
2012 Jan 10
3
Write to USB pendrives horribly slow
...ls SATA drives (thru the same USB2 ports), even formatted as vfat. Neither when writing to those pendrives from another hardware system. `hdparm -tT` is useless here. I wonder if some mount options aren't wrong with USB pendrives, see: /dev/sdd1 on /media/monolith type vfat (rw,nosuid,nodev,uhelper=udisks,shortname=mixed,dmask=0077,utf8=1,flush) my suspicion is about the flush option, which I find atypical here. BTW, I'm still unable to control the mount options that are automatically set by Gnome - even if I can mount manually if I want. Any hint? Regards, -- wwp -------------- nex...
2017 Oct 26
2
kmod-jfs on Centos 6
.../listinfo/centos > > Did not have a need to mount a JFS disk on my CentOS 7 system until today and it does not want to be mounted, instead complaining "unknown filesystem type 'jfs'". I do have kmod-jfs installed. The commandline I use is: mount -t "jfs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" /mnt/share I am doing this as root and /mnt/share has been created for the root user. What am I doing wrong? Does anyone have JFS volumes mounted under CentOS 7?
2017 Oct 26
2
kmod-jfs on Centos 6
...S disk on my CentOS 7 system until >today >> and it does not want to be mounted, instead complaining "unknown >filesystem >> type 'jfs'". I do have kmod-jfs installed. >> >> The commandline I use is: >> >> mount -t "jfs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" >/mnt/share >> >> I am doing this as root and /mnt/share has been created for the root >user. >> >> What am I doing wrong? Does anyone have JFS volumes mounted under >CentOS 7? >> > >?The kmod-jfs package...
2014 Jan 02
1
Simple question on USB flash drive naming
I have a USB key that when inserted into a port on my CentOS-6.5 system maounts as this: /dev/sdb1 /media/22d773e3-8502-4196-b45f-388380dcee48 ext2 rw,nosuid,nodev,uhelper=udisks 0 0 What is the mechanism to give this thing a more human usable mount name / volume name? Mounting this USB key with what I guess is a UUID in place of a name was not always the case. My sense is that the change in behaviour started when I moved the system from CentOS-5.7 to 6.0 but I ca...
2013 Jul 04
2
Libvirt, virtmanager & Windows 7 installation partition
...e right away. Here is what /var/log/syslog has: Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Version 2012.1.15AR.5 external FUSE 29 Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Mounted /dev/sda2 (Read-Write, label "", NTFS 3.1) Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1001,gid=1001,dmask=0077,fmask=0177 Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sda2,blkdev,blksize=4096 Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Global ownership and permissions enforc...
2013 Jul 04
1
sda and sdb reverse order with an external USB drive
...type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/sda1 on /boot type ext4 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) /dev/sdb1 on /media/GoFlex type ext3 (rw,nosuid,nodev,uhelper=udisks) ======================================================================================== The following mount command was issued by inserting the external USB drive in a powered down computer and then booting. Note the sdb3 is / and sdb1 is /boot. [root at XoticPC ~]# mount /dev/sdb3 on...
2013 Jul 05
0
Re: Libvirt, virtmanager & Windows 7 installation partition
...var/log/syslog has: > > Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Version 2012.1.15AR.5 external FUSE 29 > Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Mounted /dev/sda2 (Read-Write, > label "", NTFS 3.1) > Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Cmdline options: > rw,nosuid,nodev,uhelper=udisks2,uid=1001,gid=1001,dmask=0077,fmask=0177 > Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Mount options: > rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sda2,blkdev,blksize=4096 > Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Global ownership and &gt...
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
...oot of > the filesystem then it will exist either as an empty directory or a > mount point and you need to check for those possibilities. I hope I'm answering your question. The mount info on the drive is /dev/sdb1 on /media/chris/backup2 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2) However, in the script it's actually checking for the folder the backup is written to 'snapshot' BACKUP_DIR="/media/chris/backup2/snapshot/" if [ ! -d ${BACKUP_DIR} ];then echo "Backup destination directory ${BACKUP_DIR} not exist." echo "...
2011 Jun 19
4
Trying to install ChessBase 8.0 and Hiarcs
I have Ubuntu 11.04 with wine and I am trying to install my ChessBase 8.0 on it using Wine. I have copied the CD to my hard disk and I manage to get the installation splash page, but when I click on Install, it says "Can't Run Setup.Exe" [Image: http://kayve.net/cannot_setup.png ] [Image: http://kayve.net/InstallChessBase.png ] [Image: http://kayve.net/install_Hiarcs.png ] Can
2015 Oct 25
2
USB drive is "read-only file system" and cannot umount - how to fix
...e point, my USB backup drive on my server is mounted as read-only and all of my background sync cron jobs have been failing. So I need to fix this without rebooting the server. I can VNC into the server and running "mount" shows: /dev/sdc1 on /media/HD103SI type ext4 (rw,nosuid,nodev,uhelper=udisks) and umount gets: # umount /dev/sdc1 umount: /media/HD103SI: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) How can I get this drive r/w?
2017 Oct 26
0
kmod-jfs on Centos 6
...id not have a need to mount a JFS disk on my CentOS 7 system until today > and it does not want to be mounted, instead complaining "unknown filesystem > type 'jfs'". I do have kmod-jfs installed. > > The commandline I use is: > > mount -t "jfs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" /mnt/share > > I am doing this as root and /mnt/share has been created for the root user. > > What am I doing wrong? Does anyone have JFS volumes mounted under CentOS 7? > ?The kmod-jfs package needs to be rebuilt against the EL7.4 ke...
2017 Oct 27
0
kmod-jfs on Centos 6
...>today > >> and it does not want to be mounted, instead complaining "unknown > >filesystem > >> type 'jfs'". I do have kmod-jfs installed. > >> > >> The commandline I use is: > >> > >> mount -t "jfs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" > >/mnt/share > >> > >> I am doing this as root and /mnt/share has been created for the root > >user. > >> > >> What am I doing wrong? Does anyone have JFS volumes mounted under > >CentOS 7? >...
2011 Jun 20
2
using a cross partition WINEPREFIX
...e same drive_c Here are pertinent specifics of my system: > > root at kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# mount | grep ext4 > /dev/sda6 on / type ext4 (rw,commit=0) > /dev/sda1 on /media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca type ext4 (rw,nosuid,nodev,uhelper=udisks) > root at kayve-laptop:/media/2c512d2e-fcf5-4ef5-8200-e3c79a8a1aca/home/kayve# df -h > Filesystem Size Used Avail Use% Mounted on > /dev/sda6 124G 98G 20G 84% / > none 1.9G 300K 1.9G 1% /dev > none 1.9G 1.3M...
2011 Dec 17
0
hal, gnome.. custom mount options for vfat storage devices
...re/hal/fdi/policy/10osvendor, I see definitely no effect to mount options. Roughly, I'm trying to force mount options like storage location, flush or not, sync or not, shortname=, etc.) to my vfat-formatted USB sticks. Any hint? Am I looking at wrong configurations? BTW, should I worry about uhelper=udisks, does it mean that hal is irrelevant for what I want? Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/at...
2018 Sep 11
2
Ensuring that rsync doesn't try to write to an unmounted drive
I have a script that runs nightly as a cronjob to backup my drive to a USB drive https://pastebin.com/yivqrGUC On the command line I use the --timeout option. Is this sufficient to ensure that if the external drive somehow becomes unmounted that rsync will gracefully fail without trying to write to the hard drive instead of the USB drive? rsync -vaWSHpl --timeout=15 --delete-excluded --filter
2017 Apr 11
4
kmod-jfs on Centos 6
Thank you, installed it and it worked fine. Now I am looking for the same for CentOS 7... It did not look like you have that in your repository? On 3/13/2017 1:09 PM, Nux! wrote: > yum -y install http://mirrors.coreix.net/elrepo/elrepo/el6/x86_64/RPMS/kmod-jfs-0.0-1.el6.elrepo.x86_64.rpm > > (that's for 64bit, adjust the url accordingly for 32bit) > > it won't hose your
2013 Apr 07
4
floppy drives
Yes, really. I've got hundreds of the damn things here at home, and I want to go through them and get rid of them all. But... to do that I want to read them. I have both a 5.25" and a 3.5" drive, both are plugged in, but in the BIOS, all I see is the 3.5". Fine, I figure I'll take care of those. Nope. I see /dev/fd0 once I've booted up, but neither konqueror nor
2017 Oct 27
2
kmod-jfs on Centos 6
...> and it does not want to be mounted, instead complaining "unknown >>> filesystem >>>> type 'jfs'". I do have kmod-jfs installed. >>>> >>>> The commandline I use is: >>>> >>>> mount -t "jfs" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" >>> /mnt/share >>>> I am doing this as root and /mnt/share has been created for the root >>> user. >>>> What am I doing wrong? Does anyone have JFS volumes mounted under >>> CentOS 7? >>> ?T...
2012 Aug 19
5
How to get Btrfs on 2nd partition of USB HDD to automount as read/write
...of the following (in addition to a group named after his username): adm dialout fax cdrom floppy tape sudo dip video plugdev fuse lpadmin sambashare The "mount" command shows for the Btrfs partition in question: /dev/sdb2 on /media/[partition_label] type btrfs (rw,nosuid,nodev,uhelper=udisks) (I have substituted [partition_label] for the partition label, which is all letters, no punctuation marks.) Because "mount" shows "rw", does that mean that it is the configuration of Btrfs, not the configuration of automounting, that is at issue? Thanks again for...