https://bugs.kde.org/show_bug.cgi?id=368175

--- Comment #5 from Rahul Prabhakar <phoenix....@gmail.com> ---

Small observation i wud like to share.

Under section "Configure automatic handling of removable storage media". if a
user wud first uncheck "Automount on attach" & "Automount on login" for desired
partition before Disabling Automount feature itself only then desired result is 
achieved. 

U might want to read through KDE systemsettings code to see what api call(s)
is/are triggered when above mentioned change is applied.

Command: e2fsck -f -y -v /dev/sda7 is working correctly for me but in the
associated bugreport from redhat user reported that e2fsck -f -y -v /dev/sda1
fails.

Only difference cud be i am creating logical partition and redhat user is
creating primary partition.

KDE partition Manager log

Delete partition ‘/dev/sda7’ (229.07 GiB, ext4) 
Job: Delete file system on ‘/dev/sda7’ 
Delete file system on ‘/dev/sda7’: Success

Job: Delete the partition ‘/dev/sda7’ 
Delete the partition ‘/dev/sda7’: Success
Delete partition ‘/dev/sda7’ (229.07 GiB, ext4): Success

Create a new partition (229.07 GiB, ext4) on ‘/dev/sda’ 
Job: Create new partition on device ‘/dev/sda’ 
Create new partition ‘/dev/sda7’: Success

Job: Create file system ‘ext4’ on partition ‘/dev/sda7’ 
Command: mkfs.ext4 -qF /dev/sda7 
Create file system ‘ext4’ on partition ‘/dev/sda7’: Success

Job: Set the file system label on partition ‘/dev/sda7’ to "UserData" 
Command: e2label /dev/sda7 UserData 
Set the file system label on partition ‘/dev/sda7’ to "UserData": Success

Job: Check file system on partition ‘/dev/sda7’ 
Command: e2fsck -f -y -v /dev/sda7 
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

          11 inodes used (0.00%, out of 15015936)
           0 non-contiguous files (0.0%)
           0 non-contiguous directories (0.0%)
             # of inodes with ind/dind/tind blocks: 0/0/0
             Extent depth histogram: 2/1
     1220123 blocks used (2.03%, out of 60049152)
           0 bad blocks
           1 large file

           0 regular files
           2 directories
           0 character device files
           0 block device files
           0 fifos
           0 links
           0 symbolic links (0 fast symbolic links)
           0 sockets
------------
           2 files 
Check file system on partition ‘/dev/sda7’: Success
Create a new partition (229.07 GiB, ext4) on ‘/dev/sda’: Success

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to