Ubuntu :: Hidden Directory On Ext3 Drive?
Aug 24, 2010
I have recently reformatted my external hard disk to ext3, and now whenever I delete something via my file manager, a hidden directory (".Trash-1000") is made. I would like to keep this drive clean, is there any way to stop the directory from being made? I'm getting annoyed having to rm -r it every time I delete something.
View 3 Replies
ADVERTISEMENT
Apr 15, 2010
I have a created an ext3 partition and when i tried to set is hidden flag, there seems no effect. how to set the hidden flag of an ext3 partition?
View 1 Replies
View Related
May 30, 2011
I've done a low level format on them so they're completely empty. When I use them with my windows machines, they're absolutely fine. When I plug them into my Ubuntu machine, there is a hidden directory created called 'RECYCLER' which I'm assuming is for deleted files?However, it also creates a .exe file in this directory called 0x2D9FA278 which has an Icon with an H in it and a comment of 'Facebook Photo' This has the effect of making all the directories on the stick into shortcuts! I googled the file name and it seems to be some sort of Trojan, but I don't understand how it's go into my Ubuntu machine, I've scanned with ClamAV and it finds nothing.
View 5 Replies
View Related
Dec 4, 2009
i want copy files in ftfs drive to ext3 drive. how am I do this?
View 2 Replies
View Related
Jan 27, 2010
What, if any, significance is there to the following message shown in the rkhunter.log?
Code:
[21:11:58] Checking for hidden files and directories [ Warning ]
[21:11:58] Warning: Hidden directory found: /etc/.java
[21:11:58] Warning: Hidden directory found: /dev/.udev
[21:11:58] Warning: Hidden directory found: /dev/.initramfs
What need would there be for hidden directories to exist in /?
View 3 Replies
View Related
Jun 30, 2011
Hidden directory is .XXX, there is a "." in front. How to make it non-hidden? I mean, you can see it at terminal with ls command.
View 3 Replies
View Related
Mar 26, 2010
I have an external drive which is formatted for Linux (ext3) and want to re-format it to use it under windows. I have no data on the disk that I need, just want to re-format so I can use it for a backup for my windows7 laptop.
View 3 Replies
View Related
Jun 1, 2010
If someone manually partitions their home and root drives and overtime they end up with a lot of dot folders (.burgerspace for example) in their home directory. Is there a quick way to get rid of all the dot folders whose program is no longer installed? For example if I completely removed BurgerSpace in Synaptic, the .burgerspace folder would remain.
View 9 Replies
View Related
Jul 24, 2009
Not sure what the problem is, but my home directory or /home partition is acting up so that I cannot see the hidden directories in my home directory.
If I type "ls" I get the display of all my files and directories.
If I type "ls -l" I get the display of files and directories.
If I type "ls -a" or "ls -la", the terminal hangs.
Any thoughts? I have tried creating myself a new account and moved all my files over, then changed the ownerships to the new account. However, now the new account is acting the same way.
View 14 Replies
View Related
Feb 15, 2010
How to list only hidden files in current directory ?
View 2 Replies
View Related
Mar 9, 2010
I have a directory: /var/www/html/something/
and it's got tons of files and directories, some containing hidden files.
I want to move all the contents of something including hidden files up to the site root at: /var/www/html/
What is the proper command for this?
View 4 Replies
View Related
Jul 19, 2011
recover deleted files using "debugfs" & "extundelete" by running:Code:sudo debugfs /dev/sda3
and find inode number of deleted file using "ls -d" command and then running:Code:sudo extundelete /dev/sda3 --restore-file <inode#>but when my desired file was in a deleted folder I can't find my desired file inode number using debugfs
View 1 Replies
View Related
Jul 11, 2010
I was looking in a dir I haven't used for a while (I use it for data storage) and found a directory was repeated - that is, two directories with the same name. I renamed one of them, on the assumption that one of them has a non-printing character in its name, and that worked without a problem, but ls -i lists their inodes as the same. ls -l says they both have two inodes (. and ..), and the files they contain have the same names. The inodes of the files is the same (that is, the inode of a file in dir A is the same as the file of the same name in dir B.) Each file in each dir is listed as having only one inode, but it's the same as that in the other dir.
View 1 Replies
View Related
Feb 19, 2010
I recently bought a Buffalo 500GB ministation usb with "optional disk encryption". Turns out, I'm having one hell of a time trying to remove the "optional" from the drive. I figured I could just delete the program that is on the disk, and go on my way. That doesn't seem to be the case.
fdisk /dev/sdc1, then "p" showed that there were 4 partitions. So I deleted them one by one. "n" gave me a new partition. "t" I used 87 because I will be using it on windows. Then "w" to write everything.
mkfs -t ntfs /dev/sdc1 - all went well.
fsck -f -y /dev/sdc1 - all went well
Then I took the removed the drive and plugged into Windows only to find that the "optional" is still there. It actually creates a virtual drive with the "optional" software. So I tried it over again. I tried fdisk only to see that the partitions were back (as if they were never removed). I removed them again, and used primary partition as linux and wrote to disk. As a hunch, I checked permissions. Can't remember what it said, but I did change them.
chmod 777 /dev/sdc1
Then in a last hope of desperation, before coming to work today, I decided to dd the drive.
dd if=/dev/zero of=/dev/sdc1 bs=4k conv=notrunc
Is it possible that the "optional" stuff is actually hard coded onto a chip, or something inside the drive and I may never get rid of it?
View 14 Replies
View Related
Oct 8, 2010
I have stumbled upon a rather peculiar problem whilst trying to rescue a CentOS system. For this effort I have to connect a USB stick and boot from that stick. That does not pose a problem. The system contains 3 disks (scsi) which are, not surprisingly, found as sda, sdb and sdc. The problem is that the USB stick is also assigned as 'sdc'. And so the process comes to a grinding halt, because there is no image found on sdc.
I have to find means to make usb-storage (or whichever module decides on using sdc for the USB stick) choose sdd as devicename. But how?
I did a pretty extensive search through the forums, but to no effect. Probably because I did not really know how to construct the finding key for this specific problem.
Bonus points for one that incorporates the fact that this system is at a remote site on which I login via a network connected KVM...
View 7 Replies
View Related
May 6, 2010
just a general weirdness, but some folders that are in my /home folder don't show up. if i check "show hidden folders", they still don't show up. for all terms and purposes, they are simply not there. however, if i search for them through the search tool, or beagle, they show up as being in my /home folder. so, anyone have any idea how this happened, or how i can remedy this?
View 9 Replies
View Related
Mar 6, 2010
I was running ubuntu as a live cd and I wanted to format my pen drive into an ext3 filesystem. I put in sudo mkfs /dev/sda1, but know im thinking that sda1 was my HDD!! I removed the cd from my computer, and it wont boot up into windows anymore!The only thing that is giving me hope is that the mkfs took about 1 min to format whatever it was formatting (my pen drive or my hdd!!) and my hdd is 500gb big. Is there anyway that I could have accidentaly formatted my HDD?
View 9 Replies
View Related
Oct 11, 2010
So I upgraded my hard drive and went with a clean Lucid install. But now I want to get files off my old drive. When I re-hooked it back up (now 2 drives in the system), ubuntu refuses to boot. It kind of boots then just hangs. Never gets to the desktop, and the HD lite on my case is constantly flickering (what could it be doing??)
I have it set up correctly in my BIOS so that the new drive is the boot drive, not the old one. The only difference is that the new drive is sata and the old drive is old school pata (ide). I even tried pulling out the old pata drive and hooking it up to a USB adapter I have. Looking at it in the Disk Manager, it shows it as unformatted, and old faithful GParted doesn't even see it!
Now get this: I pulled out my new sata and put back in the old ide drive and guess what, now it wont boot! Grub (probably MBR) is screwed up also! Any ideas how I can read the data from that old drive? Ether by getting my new lucid install to boot with the old drive as a slave in the system, or by hooking it up externally using USB?
View 2 Replies
View Related
May 13, 2011
Under Ubuntu 11.04, Nautilus isn't seeing my second hard drive (ext3 200GB). ...It's a backup of my home folder that was on the Ubuntu 8.04 primary drive. So how does one go about copying the data from the second hard drive to the primary hard drive then?
View 4 Replies
View Related
Aug 10, 2011
I have bought a ICYBOX IB-NAS4220-B a while ago and kept getting issues with it (going down and not restarting, very slow etc). 2 weeks ago one more issue arose and I couldn't restart or reconnect to the box so decided to take the disks out and recover my data to a 5BIG Lacie. The IcyBox uses a software RAID1 and format drives in EXT3. Being a Linux system I thought I could easily recover data from an Ubuntu box so installed the latest version as CD boot wouldn't give me satisfactory results. I am now stuck with both 1TB drive plugged into my Ubuntu machine and can't seem to be able to mount the drives.
[Code]....
View 8 Replies
View Related
Mar 18, 2010
After a massive update including grub (not the problem) I cannot mount and boot because of the dubject error message. /root (dm-0) and swap (dm-1) are ok its just /home (dm-2) that appears broken.
View 1 Replies
View Related
Jan 20, 2010
I have 2 computers, one running ubuntu 9.10 Karmic and the other runs Windows 7.
I have several sata hard drives that I keep files on. They are all formatted ext3. I have a blacx sata to usb dock on my ubuntu computer that I use to go through files and back up and such. I have a usb to sata dock on the windows 7 machine.
When I plug in the hard drive Windows says that it has to be formatted and the drive is "raw"
I can check the drive in ubuntu and everything is right
I tried installing ext2fsd and it sees the drive but wont let me select any file type or mount it. I think because its going through the usb port.
So how can I make windows 7 see and be able to access an ext3 formatted drive thats plugged into the usb port?
View 1 Replies
View Related
Sep 4, 2010
I'm running lucid.
I want to unmount the current /home from sda7 and mount it to sdb1
I had a look at system -> drives management but just was able to mount the secondary drive sdb1 as "DataDrive"
I had a look at /etc/fstab. This doesn't show the recently mounted sda7 "DataDrive"
So now I'm somewhat lost on how to achieve the goal
>> What ist the correct way to do it?
Scenario 1. Copy all contents of /home to the new drive and then switch the /home mount point
Scenario 2. Switch the mount point of /home from sda7 to sdb1 and cp the contents afterwards
>> How do I unmount /home from sda7 and mount it back to the sdb1 (ext3) when lucid doesn't use fstab (does it?) and I don't know where the drives manager stores it's information.
(Just had the idea that I need to use a live cd for not to lock the system drives (sdaN) )
For sure there is a man page or a how to somewhere i didn't just find >> A link to such information might be sufficient
View 5 Replies
View Related
Aug 1, 2011
I'm trying to format a 500 GB external drive with gparted in ubuntu 10.10 (I searched & didn't see this issue in the forum). I set up and formatted two partitions, one for fat32, and the other with ext3, which appears to format ok, but I can't use it. Both partitions show up and appear to mount, but the ext3 partition won't accept activity (make new folder, copy in files), while the fat32 partition works fine. Both partitions show up ok when I query in terminal "sudo fdisk -l"
View 4 Replies
View Related
Mar 31, 2010
Since August of 2009 I have been under attack by corporate Black Hats. I found a 105GB FAT16 Hidden partition on my hard drive. Seventy four percent full (78GB). What led me to this was the fact that I couldn't help but notice that my Internet connection was a revolving door that never stopped spinning. So I went looking for why.
I removed the hidden flag, and patched the partition, but couldn't open that thing no matter what I did. I tried for a month. The attacks started as soon as I stopped these guys from accessing that data. At this point we are 9 months into 24/7 attacks. I have interviewed with the FBI, and local law enforcement, but they are intent on making me out to be a conspiracy nut. I am not at all. All they wanted to do is quiz me on my computer skills. If I managed to draw the attention of a corporate security group they killed it.
I am a US Navy trained Electronics Technician. 58 years old with ECM experience. I have been doing both bench, and field service on all manner of electronics for 40 years. My last job was supporting field engineers, and technicians for Samsung Electronics of America. The attacks have spread to my mother, and best friend. My phones are bugged internally at the phone company, and my modem has had its firmware altered to call them. They run around inside my ISP like they own the place.
[Code]....
View 6 Replies
View Related
Apr 24, 2010
I had a 500gb hard drive that I wanted to use on my Ubuntu system as a media storage drive. The drive originally had two partitions on it,one was a Dell Recovery partition and the other was a Windows Vista partition. Using the Palimpsest Drive Utility that comes with Ubuntu, I deleted both partitions,created a Ext3 partition using 100% of the space and copied my data to the drive. After I finally got fstab to load the drive, I found another problem. First of all, when Grub loads, two options it offers are:
Windows Vista (loader) on sdc1
Windows Vista (loader) on sdc3
Aside from that, 100% of the drive is not being used by the Ext3 partition.It is showing 434.6gb available on the drive. Fdisk is not showing any other partitions on this drive, so A) why are the Windows loader options showing up under Grub and B) why do I not have 500gb available?Here is a copy of the output fdisk -l:
Code:
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes[code]....
View 5 Replies
View Related
Oct 21, 2009
I have a problem partitioning an Hard Disk Drive on a server, and I hope someone can help me with this. Here is the system configuration: Operating System Linux localhost.localdomain 2.6.30.8-64.fc11.x86_64 #1 SMP Fri Sep 25 04:43:32 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
Hardware: RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01)
The system mounts one hard disk (120 Gb) with the OS, and four 1.5Tb Hard Disks mounted on RAID 10 for a total of ~3 Tb I need to create several partitions on this RAID drive, but I have some trouble doing it. I need a total of 10 partitions of different sizes:
[Code]...
View 3 Replies
View Related
Nov 26, 2009
I have two USB drives, one with ext3, and the other w/vfat. On my new Fedora 12 installation, GNOME properly automounts the vfat drive on insertion. However, it applies a wrong command to mount the ext3 one. The end result is that the ext3 drive appears in /etc/mtab but, unlike vfat, is inaccessible to non-power user.
The mtab is: /dev/sdb1 /media/918fb656-8efc-43b5-bdfd-0bd8004deeba ext3 rw,nosuid,nodev,uhelper=devkit 0 0
/dev/sdb1 /media/49C6-1901 vfat rw,nosuid,nodev,uhelper=devkit,uid=500,gid=500,sho rtname=mixed,dmask=0077,utf8=1,flush 0 0
Somehow GNOME misses the uid=500,gid=500,shortname=mixed,dmask=0077,utf8=1, flush portion of the mount command when mounting the ext3 drive.
View 4 Replies
View Related
Feb 16, 2011
I am trying to install a harddisk, which is already formatted as ext3, into my Qnap NAS box. The web interface of the NAS box shows, that the harddrive has been detected, but I am not able to mount any of its partitions.This is the output from fdisk -l:
Code:
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
[code].....
View 10 Replies
View Related
Feb 26, 2011
Last time,I changed the icon for the ding-dictionary,it used the gear-wheel symbol before. The I saw,that the hidden directories also used the new icon,and now they are all gone Did install the old 256.53-NVIDIA-driver last night,but that should not be the reason ?
View 4 Replies
View Related