Debian :: Unable To Browse The Ntfs Partitions
Dec 22, 2010
I'v recently migrated from Ubuntu to Debian. however when attempting to browse one of my ntfs partitions I get the following error "Invalid mount option when attempting to mount the volume 'a' a is the name of the ntfs partition i'm trying to browse.I'm using Debian lenny
View 7 Replies
ADVERTISEMENT
Jun 24, 2011
I first noted a few weeks ago I couldn't mount my NTFS partitions using dolphin. At the time I was having problems with windows, so I thought - naturally, they are marked as dirty, no biggie-
However, I still can't mount them and I know they are clean. I get the error: "filesystem is neither well know nor in /proc/filesystem nor in /etc/filesystems" which is strange since I can mount just fine in the console using mount -t ntfs-3g.
View 5 Replies
View Related
Nov 1, 2010
I was running Windows XP SP3 when one of my drives (or partitions) suddenly wasn't accessible. I booted into an old ubuntu Live CD I had (version 8.X) and tried mounting it. I could see the other partitions at this time. I rebooted the machine a couple of times (for normal reasons) and after a particular reboot none of my partitions were present! All seemed to have gone! I didn't do anything except mount the partition from Ubuntu Live CD. Made no write operations .
fdisk -l gives me this:
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
to list the files and I get:
Code:
Can't open filesystem. Filesystem seems damaged.
I originally had 6 partitions (including my primary). What do I make of the above screen and how do I proceed? Mot of testdisk documentation says "Choose the paritions to recover..." but I do not have a partition. What do I do to recover my data? I don't mind reformatting my entire HDD, but I need to get some jpegs and movie files off it first.
View 8 Replies
View Related
Jun 29, 2010
Using: Debian Lenny. I want to mount 2 NTFS partitions in my /etc/fstab file, so that I needn't manually mount them when I want to use them. One of the partitions is the primary partition on the same hard disk as my Debian /, /home, and /swap partitions. The other is a 2nd internal hard disk.
a) Should I use ntfs-3g instead of ntfs as the /etc/fstab filesystem? I want to be able to read and write to the partitions as a user and not just as root.
b) I have read on the forum that "mounting NTFS partitions through fstab is not a great idea" - I thought that any dangers of doing so were ancient history. Why would it not be a good idea?
c) Which options should I use?
d) If I use 'user' instead of 'users' so that one specific user (me) can use the partitions, how do I specify which user name? (The man page is annoyingly unclear about this).
View 5 Replies
View Related
Aug 26, 2011
I helped with the installation and put a / filesystem of around 20 GB and a /home partition of around 50 GB. He's a gaming freak and and installed lot of games in the last few days so running out of hdd space and he asked if there was a way he could take one of the ntfs partitions out and extend the / partition filesystem from 90 GB to say 220 GB. (The NTFS partition is around 100 GB).
Now one way would be to do everything (again) from scratch and put the filesystem as an lvm, another alternative googling gave me was to use gparted Live CD and extend the / filesystem . The downer seems to be that its possible gparted would mess up other partitions and realign stuff. At least that's what few of the websites I looked up and few people I talked on IRC spoke to me.
View 6 Replies
View Related
Jul 12, 2011
Nautilus mounts NTFS partitions when I acces them, and before mounting, it asks for root password. Is there a method to auto-mount ntfs partitions on Debian startup, without requiring root password each time they are automatically mounted ? And without installing additional packages.
View 3 Replies
View Related
May 23, 2015
I've just upgraded my system and I'm having some issues to boot with the latest kernel (cf: [URL] ....)
Hopefully I can still use the previous kernel (vmlinuz-3.2.0-4-686-pae).
I'd like to watch a movie that is on an NTFS partition.
From gnome-classic, I went in Places->datas (name of my partition) and I get this error message:
Code: Select allFailed to open "/media/mb/datas".
Error when getting information for file '/media/mb/datas': Input/output error.
The result of a df -h gives me:
Code: Select all/dev/sda3 fuseblk 96G 60G 37G 63% /media/mb/datas
mb is the username I'm currently using.
Previously it was only trying to mount the partition (after asking for the root password) in /media/datas
Is it normal that now it tries to mount it only for my current user in another folder?
If I look in the /var/log/messages, I only see this:
May 22 23:53:06 Tieum-Latitude gnome-session[2092]: Thunar: Failed to open "/media/mb/datas": Error when getting information for file '/media/mb/datas': Input/output error
View 3 Replies
View Related
Dec 16, 2015
When in Thundar (on XFCE - Debian 8.2) and I click the "Network" icon in the left sidebar the following message is displayed.
Failed to open "/ on". Specified location is not supported.
View 4 Replies
View Related
May 26, 2011
I am doing major deployment of opensuse 313 pcs from windows to opensuse. I am having a problem that I have to keep 2 ntfs partitions intact will deleting the partition that has windows. Now everything goes well, opensuse installs but the problem is that I cannot give user full rights to ntfs folders. I have used graphical file permission methods n terminal chown n chmod methos but still permissions revert back to root.
View 3 Replies
View Related
Jan 19, 2016
Just turned on my computer after being away for a month and I am unable to browse the web when connected using my ethernet card.Skype is able to work fine and I am able to ping my router yet both Iceweasel and Chrome are unable to connect to any websites. Apt-get did not work as well, and Chrome states that there is an error with the DNS lookup, which lead me to try:
# /etc/init.d/nscd restart
yet it didn't work. I am able to browse the web normally when connected using the wireless card.
View 5 Replies
View Related
May 21, 2010
I recently formated my harddrive and instead of theld fat32 partition for windows partition I used ntfs. I am mounting this partition in /media/windows in debian linux. But it shows a cross (x) symbol above the folder and says I don't have the permission to access it. the permission on the folder is (drwx_ _ _ _ _ _ ) and it is owned by root. So I changed it to my user name -- sid by doing the followingsudo chown -R sid:sid /media/windowsHere are my questions1) Now it allows me to access the folders but all the files like pdf or photos have a cross on right top corner and it says access denied. Is this because of ntfs since with fat32 I didn't have this problem.
2) Also I have a /data (ext4) partiton which is a common partition for datafiles between Ubuntu and Debian. It has the permission -- drwxr_xr_x . I am trying to write to this partition and save files but it doesnot allow me to do it. do I have to make chmod 777 to do that?3) How do I make sure that both windows and /data partition are writable right from the beginning at the boot time.
View 8 Replies
View Related
Jun 27, 2011
Recently updated KDE to the last version available, v4.6.4. Apparently Dolphin lost the ability to mount ntfs/fat32 volumes. It was working great with 4.6.3. I'm getting this error while trying to mount an external HDD formatted as NTFS:
An error occurred while accessing 'LaCie', the system responded: org.freedesktop.UDisks.Error.Failed: Error mounting: mount exited with exit code 1: helper failed with: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
View 2 Replies
View Related
Jul 16, 2010
Reproducible with Firefox 3.6.6 (installed from Ubuntu 10.04 repository), on Dell D620, Ubuntu 10.04 Steps to reproduce:
1) start Firefox from command line "firefox -P"
2) create new Firefox profile on NTFS volume (mounted with NTFS-3g)
3) add NoScript extension (through extension manager Get Add-ons), restart Firefox as suggested
4) extension is not added to Firefox In case at step 2) profile is created on Linux volume, at 4) extension is added to firefox.I'm not 100% sure, but I think this bug is related to Firefox 3.6 update (no problems with Firefox 3.5). I did not make proper investigation, but I have feeling same problem applies to Thunderbird 3.1.This issue does not allow to share Firefox/Thunderbird profile on dual boot machine (Ubuntu/WindowsXP).
View 1 Replies
View Related
Sep 3, 2009
I've got a Desktop System that Automounted Two NTFS partitions in F10 so I could declare them SAMBA Shares and have my other XP and Vista Machine Access them whether my dual boot machine ran XP or F10. Now I've switched to F11 and cannot get the NTFS Partitions to Automount at boot. If I browse with COMPUTER and let the system mount the NTFS partitions once it is running the mount command returns the following output:
[code]....
I believe I need to modify /etc/fstab but cannot get the syntax correct to save my life.
View 1 Replies
View Related
Jul 24, 2010
I have just managed to install OpenSuSE 11.3.When I try to access a NTFS partition (holding my .MP3s) I get the error message.There is no application installed that can open files of the type block device (inode/blockdevice).Do you want to install one? Attempting to install one doesn't seem to lead anywhere othe than the same sequence. I used to be able to read NTFS partitions with 11.2 - what has changed?
View 6 Replies
View Related
Mar 19, 2010
I am using jaunty. I have it installed in a 80 GB ext3 HDD. (This is sdb) I have another 500 GB. Its NTFS. (This is sda) It has 3 partitions. Download, Movies, Dump. They are probably sda1, sda2 and sda3 respectively. Few days ago when I was using intrepid, all three partitions were showing in the Places menu. But I was being able to mount Movies and Dump. Not the Download one. It was continuously saying 'unable to mount'. Now, after fresh installation of jaunty (not upgraded from intrepid) only Download partition is showing in the Places menu. There is no option for the other two partitions.
View 9 Replies
View Related
Mar 7, 2011
until recently, they did fstab mount quite happily, but now, they don't
the error I get is:
Code:
Mountall mount /media/win7 [1089] terminated with status 21
My fstab has not changed but here it is:
Code:
/dev/fd0 /media/floppy0 vfat noauto 0 0
UUID=da252821-a30d-415b-84cb-adca92be5b72 / ext4 defaults 0 1
[Code]....
Oh if I make the windows drive the first avail, then it boots just fine.
View 7 Replies
View Related
Oct 29, 2009
I need to my NTFS partitions mount automatically "at first" after login without any further intervention of user.
View 11 Replies
View Related
Dec 3, 2010
My computer has 2 O.S.- WindowsXP and Fedora13, and also two 500GB Hard Disks. For HD1 Partition1 is NTFS, a few FAT partitions and last one is Fedora13. HD2 has 2 NTFS of equal size. Fedora13 always showed NTFS partitions on HD1 as 30GB HD, FAT partitions correctly and HD2 as a single 500GB HD with the contents of 1st partition of this HD i.e. contents of 2nd partition of HD2 were never shown in Fedora13. XP showed everything correctly. Recently XP is becoming hung on start up as 2nd HD is connected. But Fedora is showing as previousPl. suggest me the solution as I have a lot data on the 2nd partition of HD 2.
View 1 Replies
View Related
Aug 30, 2010
I have two ntfs partitions I use to store music and data. I've been using them in all my linux boxes without any problems. Simply use Ntfs-3g with noatime and everything works great.
However, since the update to OpenSuse 11.3 writing to my NTFS partitions takes FOREVER. I've specified noatime, relatime and norelatime successively without success. The partitions have plenty of space and are defragmented.
When copying large files, It starts fast at first, but in the last hundred MB it slows down to about 1.5MB/s. Even after the transfer is supposedly done, the HD led remains on and all other read/write activity involving the partition is completely halted.
This can take between 5 minutes to 10 or more depending on the size of the file. When copying several small files, (100 MB or less) it starts at about 1.5MB/s from the beginning.
I have the latest versions of fuse and ntfs-3g installed
View 8 Replies
View Related
Apr 3, 2010
I'm new to OpenSuse 11.2, In Yast partitions configurations, I've mounted all NTFS partitions successfully without ticking "read-only", and according to this webpage: NTFS - openSUSE I checked my fstab file, there's no "-ro" in the file. But I still couldn't write to any mounted NTFS partitions, I can't do paste file, can't save changed files into NTFS partition.
View 3 Replies
View Related
Aug 23, 2010
I have installed ubuntu on my notebook, and there are 4 partitons in the hdd, all are NTFS, only one is ext4.
the problem is i deleted some hidden folders(in ubuntu which are not hidden, such as recyclebin and file information table folders) in ntfs partitions, now i need to reinstall the windows 7 back, i have a doubt that even windows will ever recognize those partitions again?
View 2 Replies
View Related
Mar 14, 2010
On my laptop I have Windows and Ubuntu, and I use Ubuntu very often. How can I auto-mount the NTFS partitions once I run my Ubuntu without the need to manually ask to mount it and confirm with the root password each time and for each partition?
View 5 Replies
View Related
Mar 19, 2010
i want to mount at kubuntu startup some ntfs drives now, i have, on dolphin, to click the ntfs partitions to mount them and after doing that, this lines are included on /etc/mtab
/dev/sda1 /media/WD10EADS fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdc3 /media/DATOS fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sde1 /media/IPOD_HD-1 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdb1 /media/SAMSUNG401TB-1 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
/dev/sdd2 /media/SEAGATE-1 fuseblk rw,nosuid,nodev,allow_other,blksize=4096 0 0
but when i add that lines to /etc/fstab and reboot, i can't access the ntfs drives. dolphin says than only "root" can mount /dev/sda1 on /media/WD10EADS (for example) i tried this too:
[Code]....
View 8 Replies
View Related
Apr 23, 2010
My friend has a 1TB external hard drive with two NTFS partitions and he wants to combine them into one. Is it possible to merge them together?
View 6 Replies
View Related
May 4, 2010
I have U1004 dual boot with MSW7 and sometimes want to mount those NTFS partitions for mostly reading operations. Ubuntu makes it easy by a single click in Nautilus. How to change this behavior and allow mount NTFS partitions with user's password only, like sudo behavior, for example? In addition, how to mount them read-only?
Note: I mount those NTFS partitions occasionally and there is nothing in fstab about it.
View 5 Replies
View Related
May 29, 2010
I am having a dual boot setup with Lucid Lynx and Windows 7. I want to automatically mount the NTFS partitions whenever I login to Lucid. I am looking for a graphical tool to set this up. Kindly suggest one.
View 3 Replies
View Related
Sep 27, 2010
How can I hide NTFS partitions so that can't be mounted?I noticed when I'm working on Ubuntu that I can delete files on my Windows NTFS partition, I think that's a risk
View 5 Replies
View Related
Jul 1, 2011
I've a clean installation of Ubuntu 11.04 (AMD64) and i'm having problems with automount ntfs partitions/disks.
[Code]....
View 1 Replies
View Related
Jan 26, 2010
I've recently installed Arch on my main PC, and I decided to use Xfce4 desktop environment as appose to gnome that I use on my laptop. Firstly, I had to search round for an icon theme to get any of the icons working (they were all just papers with red crosses in them to start with), which I think is taking lightweight a bit too far :P, but just my opinion.Now i've got that sorted I turned to the problem of auto-mounting partitions. I'm having some trouble getting HAL to auto-mount my NTFS partitions which have my documents and music on. They are NTFS because i've got dual boot windows, and had windows before Archlinux so NTFS was the logical fs type to use. I think HAL is auto mounting dvd's etc. (can't be sure as I aren't in Arch at the minute)I can mount the NTFS partitions manually using:mount -t ntfs /dev/sda(number from 1 through 3) /mnt/sda(1 through 3)
However, I can only access this via root, so I carried out: mchmod scott.scott /mnt/sda(1-3)or something similar and that works fine, so I know they can be mounted successfully. I've tried auto-mounting them using fstab but can't seem to get this working, and I would rather not have fstab auto-mount them, I would rather let HAL sort all that out for me.I have checked that dbus, hal, consolekit and xf86-input-evdev are all installed (although im not sure what xf86-input-evdev does).Has anyone got any ideas why its not auto-mounting the NTFS partitions. My laptop mounts the NTFS windows partition fine using gnome.
View 6 Replies
View Related