|
@@ -88,6 +88,8 @@ static int vss_operate(int operation)
|
|
while((ent = getmntent(mounts))) {
|
|
while((ent = getmntent(mounts))) {
|
|
if (strncmp(ent->mnt_fsname, match, strlen(match)))
|
|
if (strncmp(ent->mnt_fsname, match, strlen(match)))
|
|
continue;
|
|
continue;
|
|
|
|
+ if (strcmp(ent->mnt_type, "iso9660") == 0)
|
|
|
|
+ continue;
|
|
if (strcmp(ent->mnt_dir, "/") == 0) {
|
|
if (strcmp(ent->mnt_dir, "/") == 0) {
|
|
root_seen = 1;
|
|
root_seen = 1;
|
|
continue;
|
|
continue;
|