0
votes
1answer
124 views

Why is every file marked as an executable on my mounted NTFS partition?

I have edited my /etc/fstab file to include this line: /dev/sda5 /media/yannbane/Shared ntfs defaults,umask=007,gid=46 0 0 I did this so my dev/sda5 partition (labeled Shared) is automatically ...
0
votes
2answers
46 views

How to execute programs on mounted partition

This is the aplication I want to run. -rwxr-xr-x 1 manuel manuel 582841 Nov 22 09:51 PromServerMain This is the fstab entry /dev/sda8 /media/data0 ext4 defaults,user 0 2 This is the mountpoint ...
0
votes
2answers
400 views

Moving Ubuntu to a new hard drive, partitions reorganization

I'm using Ubuntu on my laptop on a 250GB hard drive. I'm going to install a new 500GB hard drive and will create new partitions on it for different purposes. Can I simply copy the partition where ...
2
votes
1answer
1k views

Mounting a partition as your Music folder in Ubuntu 10.4

I have installed a new hard drive and partitioned some space that I am wanting to use for keeping my Music files on. I have entered a line into the /etc/fstab file that I believe mounts the partition ...