OpenSUSE Install :: Mounting: Can't Create Files
Feb 6, 2011
I want to mount my partition that was previously under Windows. I have mounted it through YaST2 to /docs with ext4, made formatting, the folder is shown, but I can not create any file or enter any folder on it (however I can enter folder /docs where only 1 folder "lost and found" exists.
View 2 Replies
ADVERTISEMENT
Nov 14, 2010
I've put openSUSE several times in USB flash drives. I've used the old method with dd ... and the new one with dd_rescue ..., shown in SDB:Live USB stick - openSUSE This way a partition is created (sdb1 or sdc1 or ...), with the Linux file system (ID: 83). One of the problems of this system is that all the data of the pendrive is deleted. Another problem is that sometimes openSUSE doesn't load completely and I cannot use it. And another of the problems is that even if I create another partition (for example to make the Live USB persistent and "remember" the configuration of my computer) and I put some of my photos, songs, films there when I plug the pendrive in a computer running Windows XP I cannot access the data. (What about Vista and 7?)
Other Linux distros can be put in pendrives using the FAT file system (for example W95 FAT32 (LBA), ID: c). This way my personal data or files (photos, documents, ...) can be opened from a computer running Windows XP (and the personal data is not erased when putting the Linux in the pendrive). So I would like to know how to create a Live USB drive with personal files that are avaiable for many Operating Systems, including Windows XP. Perhaps the solution is to put openSUSE in a FAT file system, or put it in Linux file system but create another partition with FAT file system (for this openSUSE should avoid the 1st partition, sdX1, that should be for the personal data, so Windows XP can access it).
View 3 Replies
View Related
May 2, 2010
I have an old dos game on cd. I can't make it work from dosbox using the cd, so I need to make cue and bin files of it.
View 8 Replies
View Related
Dec 12, 2008
mounting usb camera and usb mp3?
[Code]...
View 8 Replies
View Related
May 27, 2011
I just installed SUSE 11.4/KDE4.6 and some apps - including the pgAdmin3 GUI client app for PostgreSQL database. AFAIK the apps were installed and the correct files appear in their respective folders.
One of the progs I need is pgAdmin3 which exists in the /usr/bin folder. However when I try to launch this from the app launcher the file is not found. (If I start from a terminal command it works correctly).
I'd like to be able to create either a shortcut or app menu entry to launch this app. However if I right click on the file (in the Dolphin fm) there is no 'Create Shortcut' option. AFAIK I though this used to work.
View 8 Replies
View Related
Feb 3, 2010
i have installed on a 8Gb disk /sdc solaris-2009.6 i cannot mount suse in solaris or solaris in suse. i have tried installing xfs and its supports. i want to copy the solaris installation to a partition in /dev/sdb
View 9 Replies
View Related
Jul 23, 2010
I have a dual boot system with OpenSUSE 11.3 and Windows XP. I would like to have OpenSUSE mount the windows drives (C,D,E) only when one particular user logs in, and not be accessible for the other users. I have tried playing with the fstab options (do not mount at startup + user can mount, creating a new user group 'mounters' and replacing the 'users' in th the fstab line with 'mounters' etc.) but this is not doing what I want.
View 7 Replies
View Related
Feb 6, 2011
I haven't used encryption previously but through that for better security, I would enable it on one of my disks. I went though the process and when done, copied data to the device etc. My house had a powercut the other day and I noticed that the device did not mount automatically upon restart. Unfortunately, I have forgotten the de-cryption password and have lost access to my data. Is there a way of either recovering my password or getting the partition to mount without the password so I can access the data, copy/back up and then re-create the partition without encryption?
View 2 Replies
View Related
Jan 21, 2010
I am having trouble getting my portable hard drive to mount after partitioning it for VFAT. I originally had it partitioned as NTFS but I realized that my Xbox 360 will only mount VFAT filesystems. I believe that I partitioned it correctly with yast. However I am still having trouble mounting it. Below is the output of fdisk, mount and dmesg.
# fdisk - l
Disk /dev/sdc: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1e371e37
[Code]...
View 2 Replies
View Related
Feb 7, 2010
i have created a logical partition of FAT type where i have copied all my data.. i want to mount it i am using the following cmd:
mount -t vFAT /dev/sda7/mnt/data
but it is temporary mounting
i would like to do permanent mounting
View 2 Replies
View Related
May 19, 2010
I'm trying to mount some file systems in the /sys directory with the nosuid option. Upon executing the command:
mount -o remount,nosuid /sys/kernel/security
or
remount nosuid /sys/kernel/security
/etc/mtab will show that they have been applied, but upon restart of the machine, the nosuid option is removed.
Soooo, the question is why are they being removed? Can /sys files carry the nosuid option?
View 7 Replies
View Related
Jun 15, 2010
I have a x64 OpenSUSE server with two hard drivers installed. The first one is used for the / and /home partitions and the other is for backups. Ironically enough it is the backup hard drive I am having trouble with. I was having trouble writting to the drive and unmounted it to preform a fchsk, however now when ever I try to mount it I get the following error:
[code]...
how I can repair the drive and retrive data?
View 4 Replies
View Related
Jul 4, 2010
i have 2 partitions on dmraid. I am not able to configure them to mount with yast; yast partitioner gives an error stating that it can't mount a file system of unknown type. I am able to start the dmraid devices manually and mount them manually.
See bug:
https://bugzilla.novell.com/show_bug.cgi?id=619796 for more detailed info.
View 2 Replies
View Related
Sep 3, 2010
I upgraded opensuse to its latest version. After the upgrade I can not any more mount my remote folder.I contacted network administrator and informed that there was no change in the network operation.
View 9 Replies
View Related
Oct 8, 2010
I am trying to get my computer to mount an external folder on a different machine with :
Code:
//192.168.1.200/share1/mnt/Documents cifsauto,users,username=user,password=useruser,uid=Alastairo,gid=users0 0
[code]....
View 5 Replies
View Related
Nov 21, 2010
Hey guys by mistake I've deleted my root partition, now I'm trying to recover my data which is located in /home/user I was able to mount my home partition to /home by executing mount /dev/sdf10 /home and I was able to mount my external by executing mount /dev/sda1 /media The problem is I can not copy anything to it, it says "operation not permitted" I've tried the following
mount -o rw /dev/sda1 /media
mount -o remount,rw /dev/sda1 /media
I've even tried -t with vfat, ntfs, fat32
and also
chmod 777 /media
I get no errors while trying this but as soon as I try to copy or touch a file in the directory it denies me.
View 5 Replies
View Related
Mar 18, 2011
I have a very simple question I am creating a new partition for storing files, installers, documents, etc, I am going to make it ext4, now my question is, do I have to specify a mounting point?? I would not like to do that, but if I do not specify a mounting point, will I be able to access that partition? So in what cases you specify mounting point and when you do not specify mounting point?
View 6 Replies
View Related
Apr 13, 2011
I have got a Acer Aspire 9300 which came with one of Bill Gates unreliable operating systems and a recovery partition in case something goes wrong. I surely installed linux (now on opensuse 11.4) as quickly as possible. mounting this hidden recovery partition under linux? All I can see is this from "fdisk -l"printout:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x34fe34fd
[Code]....
I assume that the partition in question is between blocks 0 and 2047?
View 1 Replies
View Related
Apr 22, 2011
I have a raid 5 with 5 disks, I had a disk failure which made my raid go down, after some struggle I got the raid5 up again and the faulty disk was replaced and rebuilt itself. After the disk rebuilt itself I tried doing a pvscan but could not find my /dev/md0. I followed some steps on the net to recreate the pv using the same uuid then restored the vg(storage) using a backup file. This all went fine.I can now see the PV, VG(storage) and LV's but when I try to mount it, I get a error "wrong fs type" I know that the lv's are reiserfs filesystems, so I did a reiserfsck on /dev/storage/software, this gives me the following error:reiserfs_open: the reiserfs superblock cannot be foundNow next step would be to rebuild then superblock, but I'm afraid that I might have configured something wrong on my raid or LVM and by overwriting the superblock I might not be able to go back and fix it once I've figured out what I didn't configure correctly.
View 5 Replies
View Related
Jan 4, 2010
I decided to install windoze 7 and it finally worked. It was complicated, I have two HDD's on cable select and the one I wanted M$ installed on was second in the series. So I changed that around and it finally installed. I then changed it back to the way it was and now of course grub works for SUSE but not M$. I get error #13. My Windows drive also does not show up in sysinfo:/. I went to terminal and ran fdisk -l and
Code:
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0004924b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 262 2104483+ 82 Linux swap / Solaris
/dev/sda2 263 9726 76019580 83 Linux
Disk /dev/sdb: 472.3 GB, 472345632768 bytes
255 heads, 63 sectors/track, 57426 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30ceb02f
Disk /dev/sdb doesn't contain a valid partition table. And that is the outcome.
View 4 Replies
View Related
Jan 4, 2010
Sometimes openSUSE boot ends with these errors:[url]
(I do not know why it prints an error on Ext2 filesystem when the disk is formatted Ext4...)
[url]
Here is my Fstab:
Code:
View 9 Replies
View Related
Jan 27, 2010
I'm having some problems with a hosted openSUSE 11.2 server. It was running fine until I did a "zypper up" to apply patches. This included a kernel update.
On reboot the root partition does not mount the / partition giving the following error:
Unrecognized mount option "defaults.noatime", or missing value mount: wrong fs type, bad option, bad superblock on /dev/md2.
Through an Ubuntu rescue disk (this is what Hetzner provides) the disk can be mounted without problems.
( I installed a fresh openSUSE 11.2 with a similar configuration and got the same results after the update)
The server is a hosted installation from Hetzner in Germany with just the basics for LAMP setup.
The disk setup is as follows using software raid1:
swap /dev/md0 (/dev/sda1 /dev/sdb1)
/boot /dev/md1 (/dev/sda2 /dev/sdb2)
/ /dev/md2 (/dev/sda3 /dev/sdb3)
View 3 Replies
View Related
Nov 28, 2010
I'm trying to install oracle (11g R2) on my OpenSuse (11.3), but when I do startup nomount, I got an error:
ORA-00854: MEMORY_TARGET not supported on this system
On web, I found that I need to increase tmpfs because of my memory_target oracle init parameter. I do it with:
mount -t tmpfs shmfs -o size=3G /dev/shm
(previous value to tmpfs (df -h) is 2G).
After that 'startup nomount' runs well, but after reboot, values are the same. So, how to 'save' this new value?
View 5 Replies
View Related
Feb 27, 2011
I have a software RAID 1 (mirroring) on my 2 hard drives configured through OpenSuse 11.3 installer. When I boot from the OpenSuse 11.3 install DVD in rescue mode, the RAID isn't recognized, ie attempting to mount /dev/md0 results in 'bad superblock' messages. I can still mount individual disks in the array though (/dev/sda1, /dev/sdb1, I did it read-only so not to corrupt the array). I also tried booting from the Centos 5.5 install DVD in rescue mode on the same computer and it has no problems finding the RAID 1. I was able to mount /dev/md0. Is the OpenSuse 11.3 install DVD in the rescue mode not supposed to find the RAID 1 or am I doing something wrong here?
View 3 Replies
View Related
Mar 21, 2011
there is a way to mount, encrypted partitions as a normal user and not as root so that i may copy files into it using the file manager itself? even in the case of normal partitions other than /home, i can't seem add any data in them. the mount points i used are seperate directories within the /home partition?? also, is there a way to create partitions in such a way that it can be accessed, just as how windows partitions are accessed in linux?
View 9 Replies
View Related
May 22, 2011
I would like to ask you if there is a robust way to mount as a drive a ext4 partition inside windows 7 and if it is possible to use it also to storing window's 7 data.
View 3 Replies
View Related
Apr 28, 2011
I've moved from WinXP. How can I create custom menu like this to open pdf files?
View 1 Replies
View Related
Mar 11, 2011
Maybe this is the wrong place to ask, but I'm trying to install opensuse 11.4 (64-bit) in virtual box, the installation went smoothly (no visible error messages). But the boot seem to get stuck. If anyone has got an idea what it could be, it would mean a lot. These are the last prints in the log before it gets stuck:
INIT: version 2.88 booting
System Boot Control: Running /etc/init.d/boot
mounting mandatory file systems done
View 2 Replies
View Related
Mar 14, 2011
I have a D-Link DNS-323 network drive which mounts at multiple points to my filesystem when booting. I had to make some fstab changes when I upgraded from 11.2->11.3 last year, and now the same thing seems to be happening since I've upgraded to 11.4. When I login to my profile the desktop hangs and no icons appear. I cannot open a Nautilus window, or access ALT-F2, however just about every other program works fine. Since I disabled the fstab lines (slightly modified when copied here to generalize):
Code:
#//192.168.123.xxx/SHARED-FOLDER1/User-folder /home/user/Documents cifs guest,_netdev,uid=user,gid=users
#//192.168.123.xxx/SHARED-FOLDER2 /home/user/SHARED-FOLDER2 cifs credentials=/home/user/.scripts/.creds,_netdev,uid=user,gid=users 0 0
the desktop icons load and Nautilus works. Can I adjust my fstab syntax to correct this and get my network drives back? I think last year the issue was in referencing the ".creds" file...
View 4 Replies
View Related
Sep 3, 2011
If you have a contiguous partial piece of an ext4 file system (assuming it's perfectly clean), starting from the beginning of the partition, is there any way to check it, or to mount it to get the files whose parents, inodes and data are all completely contained inside?
Have (or maybe had) a very large 11TB RAID 6 array, filled with a single large ext4 partition. Something strange happened when a single drive failed and the array ended up failing 13 out of the 11 drives. I had trouble getting the array restarted, and got to the point where I exhausted all of the options I considered completely safe. I considered a few things that may have worked, but mdadm doesn't seem to have a definite "do not change anything" option. So I decided the only way to be absolutely safe would be to clone the disks before proceeding - then I realized how much time that would take and sent the drives off to a recovery service so they could image them and check it out.
Before doing so, I copied the first 2GB from each disk. I XORd the images from the working drives to reconstruct the data chunks that were on the failed disk, manually assembled the chunks, and am very confident that I have 22GB of "correct" data in a single file. The parity and Q syndromes all matched (with RAID 6 you can still check with only 1 missing device). I've learned the fine details of ext4 from [URL], and have looked at lots of raw data from the reconstructed partition, and it all looks good. The recovery company says that they're not finding many inodes, but I found a lot of them, exactly where they're supposed to be. I tried to mount and e2fsk, but both processes seem to be extremely unhappy that the device size doesn't match the size implied by the file system geometry.
I considered hacking the superblock to manually reduce the size, but I figure that wouldn't work because there would then be more group descriptor blocks than it would expect after the superblocks. I might try doing that and compensating by incrementing the "reserve block count" to compensate. Alternatively, if there is some way to make the file appear to be the expected size with nothing but zeroes after the end of the actual data, maybe I could mount it and not get any errors until I cause the kernel to read past the true end of the file.
View 3 Replies
View Related