nipos
2017-06-26 01:44 deepin
Any problems with formatting again?No?
Well,I will give you the exact steps how to set it up but I'm not 100 per cent sure that it will work.
Go into the terminal and run "sudo -s" to get root rights.
Now partition the disk with the command "cfdisk /dev/sdX"
Replace X with your second hard drive.
Now delete all partitions from the disk and create a new one.
Make it a primary partition with all space you have on the disk.
Then save the partition table and exit cfdisk.
If it says that the cfdisk command is not found try fdisk.
It's similar and I think it's preinstalled everywhere.
The next step is formatting your new partition.
Run this command: mkfs -t ext4 /dev/sdX1
Now edit your fstab to automatically mount this disk on boot.
Please note that you still need root permissions.
That's the command: gedit /etc/fstab
Create a folder in your file system where you want to mount your disk.
Now append this line to your /etc/fstab without deleting the other things in the file:
/dev/sdX1 /path/to/your/mount/folder ext4 rw,noatime 0 0
Please look exactly at the structure of the line!
Adding or deleting spaces messes it up.
sdX1 should be replaced by your drive in /dev and /path/to/you/mount/folder should be replaced by the path of the folder you created in the last step.
I hope it will work now.
Well,I will give you the exact steps how to set it up but I'm not 100 per cent sure that it will work.
Go into the terminal and run "sudo -s" to get root rights.
Now partition the disk with the command "cfdisk /dev/sdX"
Replace X with your second hard drive.
Now delete all partitions from the disk and create a new one.
Make it a primary partition with all space you have on the disk.
Then save the partition table and exit cfdisk.
If it says that the cfdisk command is not found try fdisk.
It's similar and I think it's preinstalled everywhere.
The next step is formatting your new partition.
Run this command: mkfs -t ext4 /dev/sdX1
Now edit your fstab to automatically mount this disk on boot.
Please note that you still need root permissions.
That's the command: gedit /etc/fstab
Create a folder in your file system where you want to mount your disk.
Now append this line to your /etc/fstab without deleting the other things in the file:
/dev/sdX1 /path/to/your/mount/folder ext4 rw,noatime 0 0
Please look exactly at the structure of the line!
Adding or deleting spaces messes it up.
sdX1 should be replaced by your drive in /dev and /path/to/you/mount/folder should be replaced by the path of the folder you created in the last step.
I hope it will work now.
Reply Like 0 View the author
Ok, so I installed Deepin on my laptop about two weeks ago and have really liked it. So, I thought I would install it on my desktop also. I really should have just not.
I have two drives, one for storage and one for OS and Software. I formated and installed Deppin on the OS drive. Then I looged in under my user ID, I am admin, and used Gparted to create the partition and format the 2nd HD. But, for some completly insane reason I don't have write permission to this drive. Even though I created it, while logged in under my own UserID. Even though it is mounted under my media/dferg/ folder. I can't create folders, I can't put files on it. I have been fighting for over two hours to do something as simple as format and use an HD in this OS. I have tried every option there is, primay, extented and every single file format listed. Nothing I do will allow me to have read access to the damn partition I myself created. To say i am frustrated would not even cover how I feel about this.
Donald