Red Hat / Fedora :: FSType NTFS Not Supported - Change Media Names?

Jul 2, 2009

I just installed a fresh copy of Fedora 11 on my old win server 2003 machine. I have 2 x 250gig drives on this machine that are not the system drives. Fedora automounts them when I double click on them which is fine, but I would like them to automount as the system starts up and eventually make them available automatically to all other computers on the network. I was wondering how I could change the name of the 2 drives without wiping them.

One never had a name on my 2003 server so when it mounts it's name is something like this: A6CC5216CC51E0DB. Is there a way for me to change these? I tried using the Palimpsest Disk Utility, but it always gives me an error : "fstype ntfs not supported" , So is there a way to change the label name even if it's ntfs? If not, can I easily convert to another filesystem without losing the data on the drives? Also when this is done, I assume I have to make an entry in the fstab to automount, is this correct?

View 9 Replies


ADVERTISEMENT

Fedora Networking :: Change Network Interfaces Names?

Dec 11, 2009

I found problem in FC 12 release. I installed fc 12 to server (earlier there was FC 7). Then as always i realised that names of interfaces (eth0, eth1, eth2 .... eth9) changed after install. eth0 became eth9, eth1 became eth5 ... Earlier on previous fedora releases i solved this problem correcting HWADDR in ifcfg-eth files, so i linked MAC addresses to names (eth0, eth1, eth2) as i wanted in a right order. Now I can't do this. After correcting these files and restarting network sevice i constantly get a message: device ... has different mac than expected. I looked ifup-eth file and compare it with the same one in fedora 7. And i found that in fedora 7 there is function rename_device which processes if HWADDR value doen't coincide with real mac address value. See code:

# remap, if the device is bound with a MAC address and not the right device num
# bail out, if the MAC does not fit
if [ -n "${HWADDR}" ]; then
FOUNDMACADDR=`get_hwaddr ${REALDEVICE}`
if [ "${FOUNDMACADDR}" != "${HWADDR}" ]; then
curdev=`get_device_by_hwaddr ${HWADDR}`
if [ -n "$curdev" ]; then
rename_device "${REALDEVICE}" "${HWADDR}" "${curdev}" || {
echo $"Device ${DEVICE} has different MAC address than expected, ignoring."
[Code].....

But in fc 12 release there is no function rename_device!!!!!!!!! So in this case if HWADDR value is not the same as FOUNDMACADDR value (which equal to REALDEVICE mac address) i just get an error message So I can't change interfaces names, as result i can't organize right order of network interfaces as it was earlier on fc7.

View 1 Replies View Related

Red Hat / Fedora :: Change File Names To Remove Invalid Character

Apr 1, 2009

I am trying to copy a large number of files from a Linux server to a Windows file share. Unfortunately, all of the files and folders I have to copy have 10 numbers followed by 2 colons "::" in the name (example: 1234567890::WordDoc.doc) which of course is invalid in windows naming conventions. So now I'm trying to come up with a way to change the file and folder names on the fly to replace the colons with a dash "-" or space " ". I'm even willing delete the frist 12 characters in necessary. I have tried cp, mv, tr, and several -bash scripts but get no positive results.

View 4 Replies View Related

Ubuntu :: Change The Mounting Point Of A Usb External Drive From '/media/disk' To '/media/Movies'

Jan 16, 2011

I was trying to change the mounting point of a usb external drive from '/media/disk' to '/media/Movies'

Here is were the stupid part takes over... I right clicked on the desktop icon for the device and selected Properties. From there I selected the Volume tab and in there I changed the mounting point to '/media/Movies' It accepted it and said the changed would take place when I unmounted it and remounted it. However, when I did this it now says it cannot be mounted as it says mount_point contains invalid characters usually /

Unfortunately, now I cannot get back into the properties to remove my error.

View 4 Replies View Related

Ubuntu :: Cannot Write To NTFS - Operation Not Supported

Jan 17, 2010

I'm dualbooting XP and Kubuntu on my laptop, and want to move some files from my ext3 part to the NTFS part. Mounting it goes fine, but can't write, create folders, etc. to the NTFS part. Started looking for people with similar problems online and found the guide on this site, so I installed ntfs-config and went through the steps, checking "Enable write to internal device", etc. Still no good. I tried manually putting in the write option on the mount command, no flags comes up but konsole still says "Operation not supported." Dual-booting Vista and Kubuntu Jaunty

View 3 Replies View Related

Ubuntu :: NTFS Format Not Supported, No Mkntfs Command?

Mar 18, 2010

getting this error"Error creating file system: helper exited with exit code 1: cannot spawn 'mkntfs -f -L "Backup" /dev/sdb1': Failed to execute child process "mkntfs" (No such file or directory)"tried to run from terminal and mkntfs is not in the system. I am trying to make an image of my system using dd and its over 4GB.

View 2 Replies View Related

Fedora :: Change Permissions On NTFS Partition?

Jan 24, 2011

I have an NTFS partition that I use to swap file back and forth between Vista and F13. I store school files in there, like documents and text files. When I use Nautilus to access the partition, I am always asked for my root password. This is a little annoying. Is there anyway I can keep this from happening?

I have my Windows partition set up to auto mount with fstab. I can access it fine in the command line and launchers that I created with out the root password. I suppose I could do the same for this partition, but I would like to access it directly with Nautilus if it is possible.

View 6 Replies View Related

Ubuntu :: Media Files Corrupt After Copy From NTFS

Mar 18, 2010

I recently installed the latest version of Ubuntu to setup a home media server. Previously, I was running a Windows Home Server. I added a new HD and mounted it during installation. This was ext2. I think mounted my 2 drives that had NTFS partitions on them from the Windows home server and copied all of my files over to the new ext2 partition. Everything looked great. I then re-partitioned by two old Windows Home Server Drives to ext3 partitions to setup a new file system for storage.

This is when the bad news became evident. While all of my .jpg, .mpeg, etc. files are there on my ext2 file system, I can not open them anymore. All programs (IE, paint, windows media player, Itunes, Photoshop, MS Office, etc.) are unable to open files they normally process. Did I somehow lose part of the files (a header, attribute or something) during this copy process?

View 2 Replies View Related

General :: Set NTFS (fuseblk) External Media To Mount With UTF-8 Filesystem

Dec 24, 2010

Kubuntu 10.10 nicely mounts vfat external media as UTF-8, see for example my disk-on-key:

Code:
/dev/sdd1 on /media/DOTANCOHEN type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1002,gid=1002,shortname=mixed,dmask=0077,utf8=1,showexec)

However, NTFS external media is not UTF-8, and it is giving this user a hassle as her native language cannot be represented in ASCII: Code:
[Code]....

View 2 Replies View Related

Ubuntu :: Change Mp3 Names From Tag Id?

Jun 1, 2010

i my friend has just droped loads of music on to the computer from his ipod but all the names are just codes, when i look at the tag id the information is all there, how can i get the names to change automatically without having to do it all manually. is there a comand that can be put into the termal or a programme

View 2 Replies View Related

Ubuntu :: Remove "320 Hard Disk" From Partition Names And Arrange Them By Media Location?

Dec 16, 2010

Every partition in my ubuntu machine starts with "320 GB Hard Disk" followed by partition name, Even If I renamed it. I want to remove this, can I ? Another question. Can I arrange those partitions by there locations in the physical hard drive? meaning that the first 30 GB in the disk appears with there names at first.

View 1 Replies View Related

Ubuntu :: Change The Names Of Applications In Their Windows?

Mar 5, 2010

I.e. i have Opera open up at the moment and it says "Ubuntu Forums - Post New Thread - Opera". How can i change my programs so that i can change the name of the program that appears in the windows?

View 2 Replies View Related

Ubuntu Installation :: Change The Partition Names?

Jan 30, 2011

i have dual boot installation-win7+ ubuntu 10.10 working fine. but the linux partitions are shown as 67gb, 30gb etc , filesystem. what should be done to change the names, and should be changed to what?,for correct identification.-ppm

View 3 Replies View Related

General :: EMC PowerPath - How To Change Psuedo Names

May 26, 2009

I am setting up an nfs failover node. The NFS servers share out mounts to a SAN. My problem is this: the master node has
emcpowera as the 100 gig partition
emcpowerb as the 200 gig partition
emcpowerc as the 300 gig partition

and the failover node has
emcpowerc as the 100 gig partition
emcpowerb as the 200 gig partition
emcpowera as the 300 gig partition

This is no problem until the failover node takes over the duties of nfs. The nfs clients that were connected to the share that map to emcpowerc on the master now for some reason map to emcpowera. I had a look and see that powermt is responsible for the pseudo naming of the devices. How do I change the pseudo names for the SAN on the failover node to match the emcpower# (a,b,c) on the Primary node?

View 8 Replies View Related

Ubuntu :: Change The Order In Which Users' Names Appear In GDM Login?

Aug 18, 2010

Can someone tell me if it is possible to change the order in which users' names appear in the GDM login screen? And if so, how to change it?

View 1 Replies View Related

General :: Any Way To Change Actual File Names Using Amarok?

Jan 9, 2010

I use amarok 2 and I have a lot of files that are titled "Track #.mp3", in Amarok I have changed them to see as the real songs but the actual files are still the same. Is there a way to change the actual file names using amarok to match the tags I have inside of amarok? The reason why I'd want to do this:

1. If my home folder becomes corrupt I don't have to redo 100's of songs (I have a backup but none the less
2. If I ever decide to use another program or if I'm in W7 using Windows Media Player classic it'd be nice to have it recognize the correct files without having to double up on the tag editing

If this isn't possible I'm going to wishlist it because I think it's functional and having a bunch of Track# files is a pain but impossible to get around when you have a lot of mix cd's.

View 2 Replies View Related

General :: How To Change Same File Names Directory Wise

Apr 9, 2010

I have a problem with file names changes. I have a hundred of file with same names and different subdirectories. I want to change that file names by their subdirectery names.

Currently is:
file name------------------------subdirectory name
1_km_16_days_EVI_s2_01200_01200.img --> MOD13A2.A2000049.h23v03.005.dir
1_km_16_days_EVI_s2_01200_01200.img --> MOD13A2.A2000065.h23v03.005.dir
1_km_16_days_EVI_s2_01200_01200.img --> MOD13A2.A2000081.h23v03.005.dir
...

I want to
MOD13A2.A2000049.h23v03.005.img
MOD13A2.A2000065.h23v03.005.img
MOD13A2.A2000081.h23v03.005.img

View 3 Replies View Related

Hardware :: Block Device Names Change After Reboot

Jan 19, 2011

I built a Raid5 volume with 3 SATA II hard disk drives. Further I have a system disk conected through IDE. During the first setup the IDE disk becomes sda, the SATA II disk sd[bcd] respectively. Now, sometimes the device names change after reboot - why ever... E.g. one of the raid5 disk become sda and so I got an error message during the boot procedure regarding the raid set. Curious, when the system is up and I stop and restart the Raid5 volume it comes up and runs fine. Because I'm currently at work I can't post any more detailed config files at the moment.

View 2 Replies View Related

Programming :: Change To Lower Case And Concatenate The First And Last Names?

Nov 28, 2010

I have a file like below. For all the lines (except for the ones listed as 'Unknown Owner' and N/A') I would like to change to lower case and concatenate the first and last names.Before:

Code:
aaa.bbb.ccc.ddd,Unknown Owner
ddd.eee.fff.ggg,N/A
hhh.iii.jjj.kkk,John Doe
aaa.bbb.ccc.ddd,Mary Jane

[Code]...

View 4 Replies View Related

Ubuntu :: Change Previously Generated Names For Mounted Drives?

Sep 24, 2010

Basically I have changed the default mount names for my windows partitions in Ubuntu. They were /media/data, /media/data_,/media/system reserved, etc

They are now /media/C,D,E,F

I have rebooted etc after the changes and when I look in Gnome places or in Nautilis the OLD names still show up.

HOWEVER when I run Nautilis as the root user all the CORRECT NEW names appear.

ALSO - if I create a BRAND NEW user account and login as that all the OLD names show up?

So this is something to do with ROOT access or whatever that is not allowing the names to be updated somehow?!?!?

As I use these disks in windows (obviously) I DONT want to change their labels. and basically this SHOULDN'T be the solution everyone is suggesting!

Root can generate the new names automatically based on the mount point in FSTAB why can't other users - and HOW to do do it MANUALLY?

View 5 Replies View Related

General :: Use Script To Batch Change File Names In Folder

Nov 9, 2009

I would like to change file names in two ways

1)
1.jpg -> 0001.jpg
2.jpg -> 0002.jpg
...
x.jpg -> 000x.jpg
...
xy.jpg -> 00xy.jpg

2)
5201.jpg -> 5001.jpg
5202.jpg -> 5002.jpg
...
5xyz.jpg -> 5(x-2)yz.jpg (where x >= 2)

View 3 Replies View Related

OpenSUSE :: Get A Script Or App That Go Through The Samba Share Recursively And Change All File Names?

Apr 5, 2011

I have a samba share that was previously hosted by and accessed by Windows operating systems. As a result the filenames of all the files are not very command-line/linux friendly. I need to get a script or app that can go through the samba share recursively and change all file names to lowercase and replace spaces in the names with a ".", "_" or something.

View 9 Replies View Related

Programming :: Script That Change The Names Of Files And Folders Into Small Letter?

Oct 2, 2009

i want to make a script that change the names of files and folders into small letter because they are all in capital and more than 1000 fileit is impossible to do that with my hand

View 14 Replies View Related

Ubuntu :: Change Name For NTFS Partition ?

May 9, 2010

Ubuntu is calling my Windows partition 20 GB Filesystem on the icon that is placed on the desktop.

How can I change this to say WindowsXP or something like that ?

View 4 Replies View Related

Ubuntu :: Change Filesystem From RAW To NTFS?

Jun 26, 2011

I do really like Ubuntu. Still working on getting my way around and finding things but overall I think its great!But I have a problem. I used my friends removable drive to watch a movie on my laptop, and when he put it back in his it doesn't work.He uses Windows 7. He has alot of stuff on his drive that we would rather not reformat, so Im here asking you fantastic people for help.So he had it formatted to NTFS and now its RAW..I have no idea how. It won't work on either my desktop (XP) or his laptop (7) but it works fine on my UBUNTU

View 5 Replies View Related

OpenSUSE :: How To Change Default Media Player

Sep 1, 2010

How do change the default media player? I would like to use VLC as my default. running opensuse 11.3 KDE 4.4 64bit

View 3 Replies View Related

OpenSUSE :: Change Permission On External Media?

Dec 9, 2010

I have a phone with a removable media card plugged in and loaded some music onto it. i just went to delete everything and some of them would not delete saying they were read only and i dont seem to be able to change the permissions.

View 2 Replies View Related

Ubuntu :: Change A 'media' Partition's Owner?

Jul 2, 2010

I have all my music/photos etc. on a different partition to my Ubuntu and Windows partitions.

However, I can't make any changes like deleting files/renaming etc. because I'm not the partition's 'owner' or i'm not in root.

change the ownership of the partition so I can change files from Ubuntu.

View 2 Replies View Related

Ubuntu :: Change Default Media Program?

Jul 17, 2010

When I plugged my phone into my laptop, I was prompted to select a program to launch by default when I plug in again. I selected Picasa for managing my photos. Since selecting that though, I've decided I'd rather have Banshee Media Player open for managing my music. However, I cannot figure out how to change the default. I've searched all over the internet, but cannot seem to find a solution.

View 2 Replies View Related

Slackware :: How To Change Xine Media Setting

Feb 4, 2010

My DVD player is on /dev/hdc but when I put 'xine /dev/hdc' on the command line I get an error saying 'There is no demuxer plugin available to handle /dev/hdc'. If I use the mount point /media/DVD instead of /dev/hdc it works fine. I am trying to get DVDs to play automatically but I can't see how to get xine to look for /media/DVD instead of /dev/hdc. I have tried changing the location on the Settings -> Media tab, and the line which says 'directory a media in dvd device will be mounted' in ~/.xine/config but neither worked.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved