Re: Disk utility

2014-12-06 Thread bitlord
On Sun, 2014-12-07 at 08:50 +0800, Ed Greshko wrote: > On 12/07/14 07:03, Patrick Dupre wrote: > > gnome-disks > > > > is not the tool I am looking for! > > But it is the tool shown at the URL you provided... > http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html > > The image is

Re: Disk utility

2014-12-06 Thread Ed Greshko
On 12/07/14 07:03, Patrick Dupre wrote: > gnome-disks > > is not the tool I am looking for! But it is the tool shown at the URL you provided... http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html The image is from the GUI in 2007 and it has changed since then. As a matter of f

Re: Firefox 34 bookmark sidebar scrolling has changed

2014-12-06 Thread Fred Smith
On Fri, Dec 05, 2014 at 10:37:42AM +, Ron Yorston wrote: > Tim wrote: > >I noticed the same thing with Evolution, long ago, that I can't simply > >page up and down by clicking above or below the scroll bar, any more. > >It jumps to what's essentially a random spot, since you have no way to > >

Re: Disk utility

2014-12-06 Thread Patrick Dupre
gnome-disk-utility is installed: It provides: /usr/bin/gnome-disk-image-mounter /usr/bin/gnome-disks but gnome-disks is not the tool I am looking for! Thank. === Patrick DUPRÉ | | email: p

Re: Disk utility

2014-12-06 Thread bitlord
On Sat, 2014-12-06 at 23:10 +0100, Patrick Dupre wrote: > Hello, > > There was (is?) a graphic tool to benchmark the disks > that I cannot find > Utilities > Disk is not graphic > gsmart control same issue. > > The GUI tool that I am think about is visible here: > > http://www.cyberciti.biz/tip

Disk utility

2014-12-06 Thread Patrick Dupre
Hello, There was (is?) a graphic tool to benchmark the disks that I cannot find Utilities > Disk is not graphic gsmart control same issue. The GUI tool that I am think about is visible here: http://www.cyberciti.biz/tips/how-fast-is-linux-sata-hard-disk.html Thank for your help. =

Re: Firefox 34 bookmark sidebar scrolling has changed

2014-12-06 Thread Tony Nelson
On 14-12-05 05:37:42, Ron Yorston wrote: > Tim wrote: > >I noticed the same thing with Evolution, long ago, that I can't > >simply page up and down by clicking above or below the scroll bar, > >any more. It jumps to what's essentially a random spot, since you > >have no way to actually pick a sp

Re: Mounting HFS+

2014-12-06 Thread Joe Zeff
On 12/06/2014 04:45 AM, Henrik Frisk wrote: mount -t hfsplus -o force,rw /dev/sda2 /media Have you tried replacing rw with umask= and see if that works better? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/

Re: Disable per-host option in dhcpd.conf

2014-12-06 Thread Tim
Allegedly, on or about 06 December 2014, Sam Varshavchik sent: > Anyone knows how to disable an option in a host-specific enty in > dhcpd.conf? I have: > > subnet 192.168.0.0 netmask 255.255.255.0 { > > # … > >option routers 192.168.0.1; > } > > host octopus { > > # I don't want thi

Disable per-host option in dhcpd.conf

2014-12-06 Thread Sam Varshavchik
Anyone knows how to disable an option in a host-specific entry in dhcpd.conf? I have: subnet 192.168.0.0 netmask 255.255.255.0 { # … option routers 192.168.0.1; } host octopus { # I don't want this host to receive the routers option } Combing through dhcpd.conf(5), I don't see anythin

Mounting HFS+

2014-12-06 Thread Henrik Frisk
Hi! I know that this comes up every now and then but I have this peculiar situation that my unjournaled hfs+ volume mounts as read only sometimes and read-write sometimes. A reboot does not help immediately, but after a while it's read-writeable again. I'm mounting with: mount -t hfsplus -o forc