Re: Cannot umount ntfs-36 with umount command

2015-03-18 Thread dabicho
r. Thank you. On Tue, Mar 17, 2015 at 9:07 PM, dabicho wrote: > Hello > > I am having a problem with umountint an ntfs-3g mounted filesystem > > This is the output I get from the commands > > [siirfe@010121 ~]$ mount /mnt/mac/ > [siirfe@010121 ~]$ mount |grep mac > /de

Cannot umount ntfs-36 with umount command

2015-03-17 Thread dabicho
Hello I am having a problem with umountint an ntfs-3g mounted filesystem This is the output I get from the commands [siirfe@010121 ~]$ mount /mnt/mac/ [siirfe@010121 ~]$ mount |grep mac /dev/sdb1 on /mnt/mac type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=1002,group_id=1002,allow_other,blk

inodes definition on kickstart

2012-04-16 Thread dabicho
Hello. Is this list still alive? I am trying to find out why was --bytes-per-inode option for partition tables removed? Does anyone know? (it was removed since Fedora 14) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraprojec

bare xorg black screen with mouse cursor

2011-07-25 Thread dabicho
Hello. I am setting up a fedora 14 installation for a kiosk. This is starting X at boot by setting a script as a DISPLAYMANAGER to simply change to an unproviledged user and startx with fvwm2 I am having a couple of issues. 1. If I log out (Ctr+Alt+BackSpace), X is restarted but on a different c

Re: encrypted partition configuration on kickstart

2011-02-20 Thread dabicho
On Sun, Feb 20, 2011 at 4:30 PM, David Lehman wrote: > On Wed, 2011-02-16 at 18:55 -0600, dabicho wrote: > > Of course. Once you have created your devices using parted, pvcreate, > lvcreate, and/or mdadm you can encrypt them using cryptsetup. In F14 you > must make sure to deactiva

Re: encrypted partition configuration on kickstart

2011-02-17 Thread dabicho
On Thu, Feb 17, 2011 at 10:24 AM, Bruno Wolff III wrote: > On Thu, Feb 17, 2011 at 10:11:37 -0600, >  dabicho wrote: >> >> That's ok. And I thought it would work that way, but what I am seeing is >> this: >> >> If I encrypt root ( / ) (as well as o

encrypted partition configuration on kickstart

2011-02-16 Thread dabicho
Hello. I am having troubles understanding how encrypted partitions are supposed to work and how to get my dessired effect ON Fedora 14 I am writing a kickstart por an automated installation. I wrote the following for the partitions: part / --encrypted --passphrase=pass1 --size=1 part /boot -