Showing posts with label easily. Show all posts
Showing posts with label easily. Show all posts

Friday, 7 July 2017

CREATE CON FOLDER EASILY

CREATE CON FOLDER EASILY



WE CANNOT CREATE THESE FOLDERS
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more

The reason is that con, aux,clocks, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is � it will write the data to the folder prn (virtually u can call it a folder, i mean clocks, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

STEPS TO CREATE CON FOLDER

We can create the CON folder easily
1. Create a folder and name it as CON
2.Press and hold Alt and type 0160 and press enter it will be done. The CON folder will be created.And you have done.........
{ Read More }


Saturday, 22 April 2017

Create file folder on new HD Partition easily Permission problem solved

Create file folder on new HD Partition easily Permission problem solved


After fresh Linux install we may find that we have no permission to create file or folder to a new or another hard-disk partition. This is a safety feature of Linux OS. We have to get permission to write in that specific hard disk partition. I think you can ask this in some various way.
no permission to create file or folder on another harddisk partition drive
No permission to create file or folder on another hard-disk partition drive. Look at the mouse pointer.
  1. How to create file of folder on a new hard disk partition?
  2. How to get permission to create file and folder to another hard-disk partition?
  3. Writing is disabled on HD partition. How to enable it.
  4. How to enable writing permission on a specific folder or in a hd partition drive? etc.
I have write two post about it. One is Can not create file folder on newly installed Ubuntu [Solved] and another is ext4 partition require password to view files. Both are quite geeky solution. But I discovered most easy way to do this job. That is enabling permission to write or create on another hd drive.

Here is the solution tips step by step.. follow the tutorial below...

  • a. Open terminal from Menu.
  • b. Type "sudo nautilus"
  • c. Supply password (It will not shown. Go typing). You are going to get root privileged to change anything on that correspondence partition. A new Nautilus window manager will open.
  • d. Now open that specific Hard disk partition or another drive using opened nautilus window manager.
  • Right click menu on root nautilus. Click Properties to change options 
  • Right click menu on root nautilus. Click Properties to change options
  • e. Right click there. A task menu will open.
  • f. Point to Properties at the bottom of the menu and Click (Left click).
  • g. Drive properties will open. Heed to Permission TAB.
  • Properties window. Heed to Permission TAB
  • Properties window. Heed to Permission TAB
  • h. Here you can enable permission for System Owner or for Group or Others.
  • i. If you just want to get writing permission for your own, then click on the drop down menu just behind the "Owner" text.
  • Hard disk Owner long menu
  • Hard disk Owner long menu
  • j. A long menu will open.
  • k. Scroll up or down and find your name their. Select your name.
  • l. Change Folder access and File access to your name instead of ROOT. Give right to Create and Delete files permission for both.
  • m. If there are many file and folder on that hard-disk drive then click once on "Apply Permissions to Enclosed Files". All file and folder access will not be locked to you.
Apply permission to enclosed files
Apply Permission to Enclosed Files to get permission to all files and folders which are found into that hard disk or any folder.
Everything has done. Just close that Properties window and return to your Hard Disk drive to check.
You will discover that now you are able to create file or folder on that hard-disk drive.
create file folder on another hard disk drive partition
create file folder on another hard disk drive partition Now it will be easy for you creating or copying any file or folder on that hard-drive partition. Nothing will be locked for you. All locked folder and files will open instantly without any key. How funny???!!%%!
{ Read More }