Software - Support > Installing Linux Lite

Fine Details needed for partitioning & mounts in a legacy laptop with WinXP32 on

(1/3) > >>

Wombat66:
Many thanks Gold Finger for everything all problems are solved now.

gold_finger:

--- Quote from: Wombat66 on May 03, 2014, 01:59:18 AM ---Many thanks Gold_Finger , it worked , I am however unable to delete things from it .
--- End quote ---

If you mean that it won't allow you to delete or put things in "trash", open a terminal and enter the following code to list the contents under that directory.

Change directory (cd) to the new Windows_Data directory

--- Code: ---cd Windows_Data
--- End code ---

List (ls) contents under it showing details and hidden files (files that have names beginning with a period ".")

--- Code: ---ls -la
--- End code ---

Look to see if one of the listings is ".Trash-1000".

If it exists, make sure it is owned by you and not by root.  It will show either "wombat66  wombat66", or "root  root" next to it.  If it shows "root  root", change ownership to you with following command:

--- Code: ---sudo chown -R wombat66: /home/wombat66/Windows_Data/.Trash-1000
--- End code ---

If it does not exist, you need to create it.

--- Code: ---mkdir /home/wombat66/Windows_Data/.Trash-1000
--- End code ---

You should now be able to delete things from that partition.




--- Quote from: Wombat66 on May 03, 2014, 01:59:18 AM ---Is it also possible to do the same for the other main Windows drive ?
--- End quote ---

Yes, but since that is the Windows system partition, you need to be careful when accessing things there.  You don't want to accidentally delete/change Windows system files.  If you only want occasional temporary access to that partition, it would be best to just access it by clicking it's icon on the desktop or in the file manager whenever you need to do that; rather than having it auto-mounted every time you use Linux Lite.

If you do want frequent access to it, just go through same steps as you did for other partition.  You will need to specify the correct UUID for that partition (see output of blkid command) and use a different mount point name (don't use spaces in the name).  When creating the two new lines for the fstab file, the first one (that begins with a "#") is just a brief description of what the second line is doing.  The second line is the one that actually gets implemented -- use same format as you did before, except substitute the new partition UUID and the new mount point name.




--- Quote from: Wombat66 on May 03, 2014, 01:59:18 AM ---Where should I go to add language options for the keyboard and key combinations to toggle back and forth such as Alt+Shift ?
--- End quote ---

Check the Help Manual under the "Hardware" heading.

Wombat66:
Many thanks Gold_Finger , it worked , I am however unable to delete things from it . Is it also possible to do the same for the other main Windows drive ?

The sound problem was solved because I was inadvertently muting the loudspeaker .

Where should I go to add language options for the keyboard and key combinations to toggle back and forth such as Alt+Shift ?

gold_finger:

--- Quote from: Wombat66 on May 02, 2014, 08:40:41 AM ---The sound problem is fixed
--- End quote ---

That's good!  If you can, let us know what you did to fix problem.  That might help others when reading through your post looking for similar answer.



--- Quote from: Wombat66 on May 02, 2014, 08:40:41 AM ---Real Player downloads physically the video to the computer and shows its icon on the video screen on passing the mouse over it but lately there are problems with it in Chrome and Firefox and it only works on Internet Explorer8.
--- End quote ---

Maybe someone else can shed some light on this -- I know nothing about Real Player.



--- Quote from: Wombat66 on May 02, 2014, 08:40:41 AM ---My Data drive has mainly PDF documents and books and spreadsheets and word documents and powerpoint  and copies of internet articles + zipped program sources . I accessed some files yesterday but can I move them to the LL area ? not that it matters .
--- End quote ---

If you'd like to have the contents of that partition easily accessible from LL and auto-mounted every time you start computer, simply do the following and you'll have access to it in your Home under the directory "Windows_Data":

1. -- Open a terminal and make a new directory called "Windows_Data" in your Home directory.

--- Code: ---mkdir /home/wombat66/Windows_Data
--- End code ---

2. -- Open the fstab file (it directs which partitions are mounted on startup) with your text editor as root.

--- Code: ---gksu leafpad /etc/fstab
--- End code ---
(Enter your password when asked -- it will not display in the terminal as you type it.)

3. -- With the file now opened in leafpad, copy the following two lines and paste them to the end of the file.

--- Code: ---# Mount Windows data partition under /home/wombat66/Windows_Data
UUID=FA3C1CC33C1C7D37   /home/wombat66/Windows_Data   ntfs-3g   defaults,window_names,locale=en_US.utf8   0   0
--- End code ---

4. -- Now save the file; then exit the text editor to get back to the terminal.

5. -- Exit the terminal.

6. -- Reboot the computer.

7. -- After reboot you should have access to the files from your Home under the "Windows_Data" directory.



--- Quote from: Wombat66 on May 02, 2014, 08:40:41 AM ---How does one download Skype and to which folder?
--- End quote ---

Don't use Skype myself, but there are instructions for that in the Help Manual (Menu -> Help Manual) under the "Software" heading (near bottom of page).

Wombat66:
The sound problem is fixed , Real Player downloads physically the video to the computer and shows its icon on the video screen on passing the mouse over it but lately there are problems with it in Chrome and Firefox and it only works on Internet Explorer8.

My Data drive has mainly PDF documents and books and spreadsheets and word documents and powerpoint  and copies of internet articles + zipped program sources . I accessed some files yesterday but can I move them to the LL area ? not that it matters .
How does one download Skype and to which folder?


--- Code: ---wombat66@wombat66-ESPRIMO-Mobile-V6505:~$
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$ sudo fdisk -l
[sudo] password for wombat66:

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe4e1e4e1

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63   163846934    81923436    7  HPFS/NTFS/exFAT
/dev/sda2       163846996   488396799   162274902    f  W95 Ext'd (LBA)
/dev/sda5       163846998   317444399    76798701    7  HPFS/NTFS/exFAT
/dev/sda6       317446144   484282367    83418112   83  Linux
/dev/sda7       484284416   488396799     2056192   82  Linux swap / Solaris
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$ sudo blkid -c/dev/null
/dev/sda1: UUID="04A8A5B1A8A5A1A2" TYPE="ntfs"
/dev/sda5: UUID="FA3C1CC33C1C7D37" TYPE="ntfs"
/dev/sda6: UUID="20e0ed07-4311-4cf5-83c6-496ddd3ea5af" TYPE="ext4"
/dev/sda7: UUID="77fc3697-15d9-4466-b55c-a8b477df3cd4" TYPE="swap"
/dev/zram0: UUID="6e46d4b5-6f08-4ca8-9982-6551fe8dc931" TYPE="swap"
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$ cat/etc/fstab
bash: cat/etc/fstab: No such file or directory
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda6 during installation
UUID=20e0ed07-4311-4cf5-83c6-496ddd3ea5af /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda7 during installation
UUID=77fc3697-15d9-4466-b55c-a8b477df3cd4 none            swap    sw              0       0
wombat66@wombat66-ESPRIMO-Mobile-V6505:~$

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version